Matrix3.rst 383 B

123456789101112131415161718192021222324252627282930
  1. Matrix3 - A 3x3 matrix
  2. ----------------------
  3. .. rubric:: Constructor
  4. .. class:: Matrix3()
  5. A 3x3 matrix
  6. .. rubric:: Attributes
  7. .. attribute:: Matrix3.m
  8. //todo:description
  9. .. rubric:: Methods
  10. .. function:: Matrix3.transpose()
  11. //todo::description
  12. .. function:: Matrix3.transposeIntoArray(r)
  13. //todo::description
  14. .. rubric:: Example(s)
  15. ::
  16. //todo:example