- 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.