123456789101112131415161718192021222324252627282930 |
- Matrix3 - A 3x3 matrix
- ----------------------
- .. rubric:: Constructor
- .. class:: Matrix3()
- A 3x3 matrix
-
- .. rubric:: Attributes
- .. attribute:: Matrix3.m
- //todo:description
- .. rubric:: Methods
- .. function:: Matrix3.transpose()
- //todo::description
- .. function:: Matrix3.transposeIntoArray(r)
- //todo::description
- .. rubric:: Example(s)
- ::
- //todo:example
|