Matrix3x3.this
- this(ThisT v)
- this(ElemT m00, ElemT m01, ElemT m02, ElemT m10, ElemT m11, ElemT m12, ElemT m20, ElemT m21, ElemT m22)
struct Matrix3x3(ElemT)
if (
traits.isNumeric!ElemT
)
s2 util math matrix3x3 Matrix3x3
aliasesconstructorsfunctionspropertiesstatic functions
Constructor explicitly setting the values of all the coefficient of the matrix.