|
def | __init__ (self, x, y, z) |
|
def | getX (self) |
|
def | getY (self) |
|
def | getZ (self) |
|
def | getRealPart (self) |
|
def | getComplexConjugate (self) |
|
def | dot (self, rhs) |
|
def | cross (self, rhs) |
|
def | getLengthSquared (self) |
|
def | getLength (self) |
|
def | getNormalized (self) |
|
def | normalize (self) |
|
def | getProjectionOnto (self, rhs) |
|
def | getPerpendicularTo (self, rhs) |
|
def | getRotatedAroundNormalizedAxis (self, axis, angle) |
|
def | rotateAroundNormalizedAxis (self, axis, angle) |
|
def | __eq__ (self, rhs) |
|
def | __add__ (self, rhs) |
|
def | __sub__ (self, rhs) |
|
def | __mul__ (self, rhs) |
|
def | __div__ (self, rhs) |
|
def | __getitem__ (self, index) |
|
def | __str__ (self) |
|
def | __repr__ (self) |
|
Definition at line 3 of file Vector3D.py.
The documentation for this class was generated from the following file: