Describes a point using float x, y, z, and w coordinates.
Public Member Functions | |
def | Equals (self, args) |
def | FNormalize (self) |
def | GetFLength (self) |
def | GetLength (self) |
def | GetLengthSquared (self) |
def | GetMaxComponent (self) |
def | GetMinComponent (self) |
def | GetOrigin () |
def | GetW (self) |
def | GetWAxis () |
def | GetX (self) |
def | GetXAxis () |
def | GetY (self) |
def | GetYAxis () |
def | GetZ (self) |
def | GetZAxis () |
def | LengthUnify (self) |
def | Normalize (self) |
def | Set (self, args) |
def | SetW (self, args) |
def | SetX (self, args) |
def | SetY (self, args) |
def | SetZ (self, args) |
def | Unify (self) |
Public Member Functions inherited from Wrapper | |
def | GetUnwrappedPtr (self) |
Public Attributes | |
this | |
Static Public Attributes | |
tuple | GetOrigin = staticmethod(GetOrigin) |
tuple | GetWAxis = staticmethod(GetWAxis) |
tuple | GetXAxis = staticmethod(GetXAxis) |
tuple | GetYAxis = staticmethod(GetYAxis) |
tuple | GetZAxis = staticmethod(GetZAxis) |
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
tuple | W = _swig_property(GetW, SetW) |
tuple | X = _swig_property(GetX, SetX) |
tuple | Y = _swig_property(GetY, SetY) |
tuple | Z = _swig_property(GetZ, SetZ) |
Static Public Attributes inherited from Wrapper | |
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
def Equals | ( | self, | |
args | |||
) |
Equals(Point4 self, Point4 p, float epsilon=1E-6) -> bool Equals(Point4 self, Point4 p) -> bool
def FNormalize | ( | self | ) |
FNormalize(Point4 self) -> Point4
def GetFLength | ( | self | ) |
GetFLength(Point4 self) -> float
def GetLength | ( | self | ) |
GetLength(Point4 self) -> float
def GetLengthSquared | ( | self | ) |
GetLengthSquared(Point4 self) -> float
def GetMaxComponent | ( | self | ) |
GetMaxComponent(Point4 self) -> int
def GetMinComponent | ( | self | ) |
GetMinComponent(Point4 self) -> int
def GetOrigin | ( | ) |
GetOrigin() -> Point4
def GetW | ( | self | ) |
GetW(Point4 self) -> float
def GetWAxis | ( | ) |
GetWAxis() -> Point4
def GetX | ( | self | ) |
GetX(Point4 self) -> float
def GetXAxis | ( | ) |
GetXAxis() -> Point4
def GetY | ( | self | ) |
GetY(Point4 self) -> float
def GetYAxis | ( | ) |
GetYAxis() -> Point4
def GetZ | ( | self | ) |
GetZ(Point4 self) -> float
def GetZAxis | ( | ) |
GetZAxis() -> Point4
def LengthUnify | ( | self | ) |
LengthUnify(Point4 self) -> float
def Normalize | ( | self | ) |
Normalize(Point4 self) -> Point4
def Set | ( | self, | |
args | |||
) |
Set(Point4 self, float X, float Y, float Z, float W) -> Point4
def SetW | ( | self, | |
args | |||
) |
SetW(Point4 self, float value)
def SetX | ( | self, | |
args | |||
) |
SetX(Point4 self, float value)
def SetY | ( | self, | |
args | |||
) |
SetY(Point4 self, float value)
def SetZ | ( | self, | |
args | |||
) |
SetZ(Point4 self, float value)
def Unify | ( | self | ) |
Unify(Point4 self) -> Point4