| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Matrix3
A quick and easy 3d matrix.
This is just so we don't depend on numpy for trivial stuff. The components are stored in a tuple of rows.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
indices =
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
returns the result of right-multiplying self to vec. The sequence vec is interpreted as a column vector. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |