MaxPlus Python API Reference
Ray Class Reference
+ 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')
 

Detailed Description

Describes a vector in space using an origin point and a unit direction vector.

Member Function Documentation

◆ GetDirection()

def GetDirection (   self)
GetDirection(Ray self) -> Point3

◆ GetPoint()

def GetPoint (   self)
GetPoint(Ray self) -> Point3

◆ SetDirection()

def SetDirection (   self,
args 
)
SetDirection(Ray self, Point3 value)

◆ SetPoint()

def SetPoint (   self,
args 
)
SetPoint(Ray self, Point3 value)