Public Member Functions | Public Attributes | Static Public Attributes | Static Private Attributes
pymavlink.rotmat.Vector3 Class Reference

List of all members.

Public Member Functions

def __add__
def __copy__
def __div__
def __eq__
def __init__
def __mod__
def __mul__
def __ne__
def __neg__
def __repr__
def __rsub__
def __sub__
def angle
def close
def length
def normalize
def normalized
def zero

Public Attributes

 x
 y
 z

Static Public Attributes

 copy = __copy__

Static Private Attributes

 __radd__ = __add__
 __rmul__ = __mul__

Detailed Description

a vector

Definition at line 28 of file rotmat.py.


Constructor & Destructor Documentation

def pymavlink.rotmat.Vector3.__init__ (   self,
  x = None,
  y = None,
  z = None 
)

Definition at line 30 of file rotmat.py.


Member Function Documentation

def pymavlink.rotmat.Vector3.__add__ (   self,
  v 
)

Definition at line 62 of file rotmat.py.

Definition at line 103 of file rotmat.py.

def pymavlink.rotmat.Vector3.__div__ (   self,
  v 
)

Definition at line 92 of file rotmat.py.

def pymavlink.rotmat.Vector3.__eq__ (   self,
  v 
)

Definition at line 51 of file rotmat.py.

def pymavlink.rotmat.Vector3.__mod__ (   self,
  v 
)
cross product

Definition at line 97 of file rotmat.py.

def pymavlink.rotmat.Vector3.__mul__ (   self,
  v 
)

Definition at line 82 of file rotmat.py.

def pymavlink.rotmat.Vector3.__ne__ (   self,
  v 
)

Definition at line 54 of file rotmat.py.

Definition at line 74 of file rotmat.py.

Definition at line 46 of file rotmat.py.

def pymavlink.rotmat.Vector3.__rsub__ (   self,
  v 
)

Definition at line 77 of file rotmat.py.

def pymavlink.rotmat.Vector3.__sub__ (   self,
  v 
)

Definition at line 69 of file rotmat.py.

def pymavlink.rotmat.Vector3.angle (   self,
  v 
)
return the angle between this vector and another vector

Definition at line 114 of file rotmat.py.

def pymavlink.rotmat.Vector3.close (   self,
  v,
  tol = 1e-7 
)

Definition at line 57 of file rotmat.py.

Definition at line 108 of file rotmat.py.

Definition at line 121 of file rotmat.py.

Definition at line 118 of file rotmat.py.

Definition at line 111 of file rotmat.py.


Member Data Documentation

Definition at line 67 of file rotmat.py.

Definition at line 90 of file rotmat.py.

Definition at line 106 of file rotmat.py.

Definition at line 30 of file rotmat.py.

Definition at line 30 of file rotmat.py.

Definition at line 30 of file rotmat.py.


The documentation for this class was generated from the following file:


mavlink
Author(s): Lorenz Meier
autogenerated on Sun May 22 2016 04:05:44