| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Vec3
A 3D coordinate.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Vec3 |
|
||
| float |
|
||
| float |
|
||
| Vec3 |
|
||
| list of three floats |
|
||
| tuple of three floats |
|
||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 40
|
|||
__safe_for_unpickling__ = True
|
|||
|
|||
|
Inherited from |
|||
|
|||
Constructs coordinate with specifed component values.
|
helper for pickle
|
str(x)
|
Returns the cross product of this 3 element vector with the specified Vec3. |
Returns the dot product of this 3 element vector with the specified Vec3.
|
Returns the magnitude of this 3 element vector.
|
Returns a point which is this point rotated about a specified axis. |
Returns a python list of 3 elements.
|
Returns a python tuple of 3 elements.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 15 16:25:21 2014 | http://epydoc.sourceforge.net |