#include <mainpage.h>
Vertex class. Similar in use to FBVector4d
Public Member Functions | |
__reduce__ () | |
__imul__ () | |
__len__ () | |
CopyFrom () | |
__iadd__ () | |
__str__ () | |
__neg__ () | |
__isub__ () | |
NotEqual () | |
__setitem__ () | |
Length () | |
Distance () | |
DotProduct () | |
__repr__ () | |
__getitem__ () | |
__init__ () | |
__div__ () | |
__mul__ () | |
__idiv__ () | |
IsEqual () | |
__sub__ () | |
Normalize () | |
__add__ () | |
CrossProduct () | |
GetBufferAddress () | |
GetList () | |
SquareLength () | |
__add__ | ( | ) |
Python Docstring:
__add__( (FBVertex)arg1, (FBVertex)arg2) -> object __add__( (FBVertex)arg1, (object)arg2) -> object
__div__ | ( | ) |
Python Docstring:
__div__( (FBVertex)arg1, (FBVertex)arg2) -> object __div__( (FBVertex)arg1, (object)arg2) -> object
__getitem__ | ( | ) |
Python Docstring:
__getitem__( (FBVertex)arg1, (object)arg2) -> float
__iadd__ | ( | ) |
Python Docstring:
__iadd__( (object)arg1, (FBVertex)arg2) -> object __iadd__( (object)arg1, (object)arg2) -> object
__idiv__ | ( | ) |
Python Docstring:
__idiv__( (object)arg1, (FBVertex)arg2) -> object __idiv__( (object)arg1, (object)arg2) -> object
__imul__ | ( | ) |
Python Docstring:
__imul__( (object)arg1, (FBVertex)arg2) -> object __imul__( (object)arg1, (object)arg2) -> object
__init__ | ( | ) |
Python Docstring:
__init__( (object)arg1) -> None __init__( (object)arg1, (FBVertex)arg2) -> None __init__( (object)arg1, (float)arg2, (float)arg3, (float)arg4, (float)arg5) -> None __init__( (object)arg1, (object)arg2) -> None __init__( (object)arg1, (list)arg2) -> None
__isub__ | ( | ) |
Python Docstring:
__isub__( (object)arg1, (FBVertex)arg2) -> object __isub__( (object)arg1, (object)arg2) -> object
__len__ | ( | ) |
Python Docstring:
__len__( (FBVertex)arg1) -> int
__mul__ | ( | ) |
Python Docstring:
__mul__( (FBVertex)arg1, (FBVertex)arg2) -> object __mul__( (FBVertex)arg1, (object)arg2) -> object
__neg__ | ( | ) |
Python Docstring:
__neg__( (FBVertex)arg1) -> object
__reduce__ | ( | ) |
__repr__ | ( | ) |
Python Docstring:
__repr__( (FBVertex)arg1) -> str
__setitem__ | ( | ) |
Python Docstring:
__setitem__( (FBVertex)arg1, (object)arg2, (float)arg3) -> None
__str__ | ( | ) |
Python Docstring:
__str__( (FBVertex)arg1) -> object
__sub__ | ( | ) |
Python Docstring:
__sub__( (FBVertex)arg1, (FBVertex)arg2) -> object __sub__( (FBVertex)arg1, (object)arg2) -> object
CopyFrom | ( | ) |
Python Docstring:
CopyFrom( (FBVertex)arg1, (FBVertex)arg2) -> FBVertex CopyFrom( (FBVertex)arg1, (list)arg2) -> FBVertex
CrossProduct | ( | ) |
Python Docstring:
CrossProduct( (FBVertex)arg1, (FBVertex)arg2) -> FBVertex
Distance | ( | ) |
Python Docstring:
Distance( (FBVertex)arg1, (FBVertex)arg2) -> float
DotProduct | ( | ) |
Python Docstring:
DotProduct( (FBVertex)arg1, (FBVertex)arg2) -> float
GetBufferAddress | ( | ) |
Python Docstring:
GetBufferAddress( (FBNormal)arg1) -> int
GetList | ( | ) |
Python Docstring:
GetList( (FBVertex)arg1) -> list
IsEqual | ( | ) |
Python Docstring:
IsEqual( (FBVertex)arg1, (FBVertex)arg2) -> bool
Length | ( | ) |
Python Docstring:
Length( (FBVertex)arg1) -> float
Normalize | ( | ) |
Python Docstring:
Normalize( (FBVertex)arg1) -> FBVertex
NotEqual | ( | ) |
Python Docstring:
NotEqual( (FBVertex)arg1, (FBVertex)arg2) -> bool
SquareLength | ( | ) |
Python Docstring:
SquareLength( (FBVertex)arg1) -> float