AbstractMat3

Undocumented in source.

Constructors

this
this(T x, T y)
Undocumented in source.
this
this(AbstractVec2!T vec)
Undocumented in source.
this
this(T[3][3] values)
Undocumented in source.
this
this(AbstractMat3!V value)
Undocumented in source.

Members

Functions

opBinary
AbstractMat3!T opBinary(AbstractMat3!T other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
AbstractVec2!T opBinary(AbstractVec2!T other)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t r, size_t c)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
AbstractVec2!T scale()
Undocumented in source. Be warned that the author may not have intended to support it.
translation
AbstractVec2!T translation()
Undocumented in source. Be warned that the author may not have intended to support it.
withScale
AbstractMat3!T withScale(AbstractVec2!T value)
Undocumented in source. Be warned that the author may not have intended to support it.
withScale
AbstractMat3!T withScale(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
withTranslation
AbstractMat3!T withTranslation(AbstractVec2!T value)
Undocumented in source. Be warned that the author may not have intended to support it.
withoutScale
AbstractMat3!T withoutScale()
Undocumented in source. Be warned that the author may not have intended to support it.
withoutTranslation
AbstractMat3!T withoutTranslation()
Undocumented in source. Be warned that the author may not have intended to support it.
x
T x()
Undocumented in source. Be warned that the author may not have intended to support it.
y
T y()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

rotation
AbstractMat3!T rotation(double theta)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
AbstractMat3!T scale(AbstractVec2!T value)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
AbstractMat3!T scale(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta