Home | Trees | Indices | Help |
|
---|
|
object --+ | ClassWithParameters --+ | ProjectionBaseClass --+ | Projection --+ | OrthographicProjection
An orthographic projection. Parameters ========== matrix -- matrix specifying projection (Sequence4x4 of Real) Default: [[1 0 0 0] [0 1 0 0] [0 0 1 0] [0 0 0 1]]
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
Create an orthographic projection. Defaults to map x eye coordinates in the range [0,640], y eye coordinates [0,480] and clip coordinates [0,1] to [0,1]. Therefore, if the viewport is 640 x 480, eye coordinates correspond 1:1 with window (pixel) coordinates. Only points between these clipping planes will be displayed.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sat Jun 7 15:40:10 2008 | http://epydoc.sourceforge.net |