| MaxPlus Python API Reference
    | 
 Inheritance diagram for Ray:
 Inheritance diagram for Ray:| Public Member Functions | |
| def | GetDirection (self) | 
| def | GetPoint (self) | 
| def | SetDirection (self, *args) | 
| def | SetPoint (self, *args) | 
|  Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr (self) | 
| Public Attributes | |
| this | |
| Static Public Attributes | |
| Direction = _swig_property(GetDirection, SetDirection) | |
| Point = _swig_property(GetPoint, SetPoint) | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
|  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') | |
Describes a vector in space using an origin point and a unit direction vector.
| def GetDirection | ( | self | ) | 
GetDirection(Ray self) -> Point3
| def GetPoint | ( | self | ) | 
GetPoint(Ray self) -> Point3
| def SetDirection | ( | self, | |
| * | args | ||
| ) | 
SetDirection(Ray self, Point3 value)
| def SetPoint | ( | self, | |
| * | args | ||
| ) | 
SetPoint(Ray self, Point3 value)