Describes a vector in space using an origin point and a unit direction vector.
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 | |
tuple | Direction = _swig_property(GetDirection, SetDirection) |
tuple | Point = _swig_property(GetPoint, SetPoint) |
tuple | 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 | |
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
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)