Methods
|
|
|
|
Camera
|
Camera (
self,
sWidth,
vDist,
eyeSep,
llx,
lly,
urx,
ury,
)
Camera(float sWidth, float vDist, float eyeSep, int llx, int lly, int urx, int ury) -> Camera
Camera constructor documentation.
|
|
E
|
E ( self )
E() -> float
E documentation.
|
|
R
|
R ( self )
R() -> float
R documentation.
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
atPos
|
atPos ( self, v )
atPos(int v) -> otf::Array<float,3>
atPos documentation.
|
|
eyePos
|
eyePos ( self, v )
eyePos(int v) -> otf::Array<float,3>
eyePos documentation.
|
|
llx
|
llx ( self )
llx() -> int
llx documentation.
|
|
lly
|
lly ( self )
lly() -> int
lly documentation.
|
|
mode
|
mode ( self )
mode() -> char*
mode documentation.
|
|
numViews
|
numViews ( self )
numViews() -> int
numViews documentation.
|
|
setMode
|
setMode (
self,
type,
viewer,
)
setMode(char* type, Viewer* viewer) -> bool
setMode documentation.
|
|
setViewport
|
setViewport (
self,
llx,
lly,
width,
height,
)
setViewport(int llx, int lly, int width, int height)
setViewport documentation.
|
|
urx
|
urx ( self )
urx() -> int
urx documentation.
|
|
ury
|
ury ( self )
ury() -> int
ury documentation.
|
|
viewport
|
viewport ( self, v )
viewport(int v) -> otf::Array<int,4>
viewport documentation.
|
|
window
|
window ( self, v )
window(int v) -> otf::Array<float,7>
window documentation.
|