amino  1.0-beta2
Lightweight Robot Utility Library
amino.mixin.VecMixin Class Reference

Mixin for vector-like objects. More...

Inheritance diagram for amino.mixin.VecMixin:
amino.mixin.CopyEltsMixin amino.mixin.SSDEqMixin amino.mixin.DivCompatMixin amino.mat.DVec amino.tf.Quat amino.tf.Vec3

Public Member Functions

def __radd__ (self, other)
 
- Public Member Functions inherited from amino.mixin.CopyEltsMixin
def copy_from (self, src)
 Copy elements from src to self.
 
def copy_to (self, dst)
 Copy elements from self to dst.
 
- Public Member Functions inherited from amino.mixin.SSDEqMixin
def __eq__ (self, other)
 
def __ne__ (self, other)
 
def isclose (self, other, rel_tol=1e-09, abs_tol=0.0)
 Returns true if object is close to other.
 
- Public Member Functions inherited from amino.mixin.DivCompatMixin
def __div__ (self, other)
 
def __idiv__ (self, other)
 Divide self by a scala.
 

Detailed Description

Mixin for vector-like objects.

Definition at line 88 of file mixin.py.


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