Point4 Class Reference

Class Description

Describes a point using float x, y, z, and w coordinates.
+ Inheritance diagram for Point4:

Public Member Functions

def Equals
 
def FNormalize
 
def GetFLength
 
def GetLength
 
def GetLengthSquared
 
def GetMaxComponent
 
def GetMinComponent
 
def GetOrigin
 
def GetW
 
def GetWAxis
 
def GetX
 
def GetXAxis
 
def GetY
 
def GetYAxis
 
def GetZ
 
def GetZAxis
 
def LengthUnify
 
def Normalize
 
def Set
 
def SetW
 
def SetX
 
def SetY
 
def SetZ
 
def Unify
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr
 

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')
 

Member Function Documentation

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