| MaxPlus Python API Reference
    | 
 Inheritance diagram for Point3:
 Inheritance diagram for Point3:| 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 | 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 | 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 | |
| GetOrigin = staticmethod(GetOrigin) | |
| GetXAxis = staticmethod(GetXAxis) | |
| GetYAxis = staticmethod(GetYAxis) | |
| GetZAxis = staticmethod(GetZAxis) | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
| X = _swig_property(GetX, SetX) | |
| Y = _swig_property(GetY, SetY) | |
| Z = _swig_property(GetZ, SetZ) | |
|  Static Public Attributes inherited from Wrapper | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Proxy of C++ Autodesk::Max::Point3 class
| def Equals | ( | self, | |
| * | args | ||
| ) | 
Equals(Point3 self, Point3 p, float epsilon=1E-6) -> bool Equals(Point3 self, Point3 p) -> bool
| def FNormalize | ( | self | ) | 
FNormalize(Point3 self) -> Point3
| def GetFLength | ( | self | ) | 
GetFLength(Point3 self) -> float
| def GetLength | ( | self | ) | 
GetLength(Point3 self) -> float
| def GetLengthSquared | ( | self | ) | 
GetLengthSquared(Point3 self) -> float
| def GetMaxComponent | ( | self | ) | 
GetMaxComponent(Point3 self) -> int
| def GetMinComponent | ( | self | ) | 
GetMinComponent(Point3 self) -> int
| def GetOrigin | ( | ) | 
GetOrigin() -> Point3
| def GetX | ( | self | ) | 
GetX(Point3 self) -> float
| def GetXAxis | ( | ) | 
GetXAxis() -> Point3
| def GetY | ( | self | ) | 
GetY(Point3 self) -> float
| def GetYAxis | ( | ) | 
GetYAxis() -> Point3
| def GetZ | ( | self | ) | 
GetZ(Point3 self) -> float
| def GetZAxis | ( | ) | 
GetZAxis() -> Point3
| def LengthUnify | ( | self | ) | 
LengthUnify(Point3 self) -> float
| def Normalize | ( | self | ) | 
Normalize(Point3 self) -> Point3
| def Set | ( | self, | |
| * | args | ||
| ) | 
Set(Point3 self, float X, float Y, float Z) -> Point3
| def SetX | ( | self, | |
| * | args | ||
| ) | 
SetX(Point3 self, float value)
| def SetY | ( | self, | |
| * | args | ||
| ) | 
SetY(Point3 self, float value)
| def SetZ | ( | self, | |
| * | args | ||
| ) | 
SetZ(Point3 self, float value)
| def Unify | ( | self | ) | 
Unify(Point3 self) -> Point3