MaxPlus Python API Reference
CameraState Class Reference
+ Inheritance diagram for CameraState:

Public Member Functions

def GetFov (self)
 
def GetHither (self)
 
def GetHorzLine (self)
 
def GetIsOrtho (self)
 
def GetManualClip (self)
 
def GetNearRange (self)
 
def GetRarRange (self)
 
def GetTDist (self)
 
def GetYon (self)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Static Public Attributes

 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

The state of a camera. The camera looks down the negative Z axis, with X to the right and Y up.

Member Function Documentation

◆ GetFov()

def GetFov (   self)
GetFov(CameraState self) -> float

◆ GetHither()

def GetHither (   self)
GetHither(CameraState self) -> float

◆ GetHorzLine()

def GetHorzLine (   self)
GetHorzLine(CameraState self) -> bool

◆ GetIsOrtho()

def GetIsOrtho (   self)
GetIsOrtho(CameraState self) -> bool

◆ GetManualClip()

def GetManualClip (   self)
GetManualClip(CameraState self) -> int

◆ GetNearRange()

def GetNearRange (   self)
GetNearRange(CameraState self) -> float

◆ GetRarRange()

def GetRarRange (   self)
GetRarRange(CameraState self) -> float

◆ GetTDist()

def GetTDist (   self)
GetTDist(CameraState self) -> float

◆ GetYon()

def GetYon (   self)
GetYon(CameraState self) -> float