|
def | __add__ (self, v) |
|
def | __copy__ (self) |
|
def | __div__ (self, v) |
|
def | __eq__ (self, v) |
|
def | __init__ (self, x=None, y=None, z=None) |
|
def | __mod__ (self, v) |
|
def | __mul__ (self, v) |
|
def | __ne__ (self, v) |
|
def | __neg__ (self) |
|
def | __repr__ (self) |
|
def | __rsub__ (self, v) |
|
def | __sub__ (self, v) |
|
def | angle (self, v) |
|
def | close (self, v, tol=1e-7) |
|
def | length (self) |
|
def | normalize (self) |
|
def | normalized (self) |
|
def | zero (self) |
|
a vector
Definition at line 31 of file rotmat.py.
def pymavlink.rotmat.Vector3.__init__ |
( |
|
self, |
|
|
|
x = None , |
|
|
|
y = None , |
|
|
|
z = None |
|
) |
| |
def pymavlink.rotmat.Vector3.__add__ |
( |
|
self, |
|
|
|
v |
|
) |
| |
def pymavlink.rotmat.Vector3.__copy__ |
( |
|
self | ) |
|
def pymavlink.rotmat.Vector3.__div__ |
( |
|
self, |
|
|
|
v |
|
) |
| |
def pymavlink.rotmat.Vector3.__eq__ |
( |
|
self, |
|
|
|
v |
|
) |
| |
def pymavlink.rotmat.Vector3.__mod__ |
( |
|
self, |
|
|
|
v |
|
) |
| |
def pymavlink.rotmat.Vector3.__mul__ |
( |
|
self, |
|
|
|
v |
|
) |
| |
def pymavlink.rotmat.Vector3.__ne__ |
( |
|
self, |
|
|
|
v |
|
) |
| |
def pymavlink.rotmat.Vector3.__neg__ |
( |
|
self | ) |
|
def pymavlink.rotmat.Vector3.__repr__ |
( |
|
self | ) |
|
def pymavlink.rotmat.Vector3.__rsub__ |
( |
|
self, |
|
|
|
v |
|
) |
| |
def pymavlink.rotmat.Vector3.__sub__ |
( |
|
self, |
|
|
|
v |
|
) |
| |
def pymavlink.rotmat.Vector3.angle |
( |
|
self, |
|
|
|
v |
|
) |
| |
return the angle between this vector and another vector
Definition at line 117 of file rotmat.py.
def pymavlink.rotmat.Vector3.close |
( |
|
self, |
|
|
|
v, |
|
|
|
tol = 1e-7 |
|
) |
| |
def pymavlink.rotmat.Vector3.length |
( |
|
self | ) |
|
def pymavlink.rotmat.Vector3.normalize |
( |
|
self | ) |
|
def pymavlink.rotmat.Vector3.normalized |
( |
|
self | ) |
|
def pymavlink.rotmat.Vector3.zero |
( |
|
self | ) |
|
pymavlink.rotmat.Vector3.__radd__ = __add__ |
|
staticprivate |
pymavlink.rotmat.Vector3.__rmul__ = __mul__ |
|
staticprivate |
pymavlink.rotmat.Vector3.copy = __copy__ |
|
static |
pymavlink.rotmat.Vector3.x |
pymavlink.rotmat.Vector3.y |
pymavlink.rotmat.Vector3.z |
The documentation for this class was generated from the following file: