FBSVector Class Reference
 
 
 
FBSVector Class Reference

This reference page is linked to from the following overview topics: Solving from the Goal to the Skeleton.


#include <mobu-python-api.h>


Class Description

Three dimensional scaling vector.

Public Member Functions

def  __reduce__ ()
def  __init__ ()
def  __len__ ()
def  __getitem__ ()
def  __setitem__ ()
def  __repr__ ()
def  __str__ ()
def  __add__ ()
def  __sub__ ()
def  __mul__ ()
def  __div__ ()
def  __iadd__ ()
def  __isub__ ()
def  __imul__ ()
def  __idiv__ ()
def  __neg__ ()
def  CopyFrom ()
def  NotEqual ()
def  IsEqual ()
def  Length ()
def  SquareLength ()
def  Normalize ()
def  DotProduct ()
def  GetList ()

Member Function Documentation

def __reduce__ ( )
def __init__ ( )

Python Docstring:

__init__( (object)arg1) -> None

__init__( (object)arg1, (FBSVector)arg2) -> None

__init__( (object)arg1, (object)arg2, (object)arg3, (object)arg4) -> None

__init__( (object)arg1, (object)arg2) -> None

__init__( (object)arg1, (list)arg2) -> None 

C++ Constructors:
The reference documentation for the following C++ symbols may contain additional relevant information.

 FBSVector()
 FBSVector(double * pValue)
 FBSVector(double p1, double p2, double p3 = 1.0)
def __len__ ( )

Python Docstring:

__len__( (FBSVector)arg1) -> int 
def __getitem__ ( )

Python Docstring:

__getitem__( (FBSVector)arg1, (object)arg2) -> float 
def __setitem__ ( )

Python Docstring:

__setitem__( (FBSVector)arg1, (object)arg2, (object)arg3) -> None 
def __repr__ ( )

Python Docstring:

__repr__( (FBSVector)arg1) -> str 
def __str__ ( )

Python Docstring:

__str__( (FBSVector)arg1) -> object 
def __add__ ( )

Python Docstring:

__add__( (FBSVector)arg1, (FBSVector)arg2) -> object

__add__( (FBSVector)arg1, (object)arg2) -> object 
def __sub__ ( )

Python Docstring:

__sub__( (FBSVector)arg1, (FBSVector)arg2) -> object

__sub__( (FBSVector)arg1, (object)arg2) -> object 
def __mul__ ( )

Python Docstring:

__mul__( (FBSVector)arg1, (FBSVector)arg2) -> object

__mul__( (FBSVector)arg1, (object)arg2) -> object 
def __div__ ( )

Python Docstring:

__div__( (FBSVector)arg1, (FBSVector)arg2) -> object

__div__( (FBSVector)arg1, (object)arg2) -> object 
def __iadd__ ( )

Python Docstring:

__iadd__( (object)arg1, (FBSVector)arg2) -> object

__iadd__( (object)arg1, (object)arg2) -> object 
def __isub__ ( )

Python Docstring:

__isub__( (object)arg1, (FBSVector)arg2) -> object

__isub__( (object)arg1, (object)arg2) -> object 
def __imul__ ( )

Python Docstring:

__imul__( (object)arg1, (FBSVector)arg2) -> object

__imul__( (object)arg1, (object)arg2) -> object 
def __idiv__ ( )

Python Docstring:

__idiv__( (object)arg1, (FBSVector)arg2) -> object

__idiv__( (object)arg1, (object)arg2) -> object 
def __neg__ ( )

Python Docstring:

__neg__( (FBSVector)arg1) -> object 
def CopyFrom ( )

Python Docstring:

CopyFrom( (FBSVector)arg1, (FBSVector)arg2) -> FBSVector

CopyFrom( (FBSVector)arg1, (list)arg2) -> FBSVector 
def NotEqual ( )

Python Docstring:

NotEqual( (FBSVector)arg1, (FBSVector)arg2) -> bool 
def IsEqual ( )

Python Docstring:

IsEqual( (FBSVector)arg1, (FBSVector)arg2) -> bool 
def Length ( )

Python Docstring:

Length( (FBSVector)arg1) -> float 
def SquareLength ( )

Python Docstring:

SquareLength( (FBSVector)arg1) -> float 
def Normalize ( )

Python Docstring:

Normalize( (FBSVector)arg1) -> FBSVector 
def DotProduct ( )

Python Docstring:

DotProduct( (FBSVector)arg1, (FBSVector)arg2) -> float 
def GetList ( )

Python Docstring:

GetList( (FBSVector)arg1) -> list