| Home | Trees | Index | Help |
|
|---|
| Package VisionEgg :: Module Core :: Class OrthographicProjectionNoZClip |
|
object --+
|
ClassWithParameters --+
|
Projection --+
|
OrthographicProjectionNoZClip
An orthographic projection without Z clipping.
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]]
| Method Summary | |
|---|---|
Create an orthographic projection without Z clipping. | |
| Inherited from Projection | |
Transform clip coordinates to normalized device coordinates... | |
Transform eye coordinates to clip coordinates... | |
Transform eye coordinates to normalized device coordinates... | |
| |
| |
Set the OpenGL projection matrix, pushing current projection matrix to stack. | |
Compose a rotation and set the OpenGL projection matrix. | |
Compose a rotation and set the OpenGL projection matrix. | |
Set the OpenGL projection matrix. | |
Compose a rotation without changing OpenGL state. | |
Compose a rotation without changing OpenGL state. | |
Compose a translation without changing OpenGL state. | |
Compose a translation and set the OpenGL projection matrix. | |
| Inherited from ClassWithParameters | |
| |
| |
Set a parameter with type-checked value This is the slow but safe way to set parameters. | |
Perform type check on all parameters... | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... | |
| Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
| Class Variable Summary | |
|---|---|
tuple |
__slots__ = ('parameters', 'constant_parameters')
|
member_descriptor |
constant_parameters = <member 'constant_parameters' of '...
|
member_descriptor |
parameters = <member 'parameters' of 'OrthographicProjec...
|
| Inherited from Projection | |
ParameterDefinition |
parameters_and_defaults = {'matrix': (array([[1, 0, 0, 0...
|
| Inherited from ClassWithParameters | |
ParameterDefinition |
constant_parameters_and_defaults = {}
|
| Method Details |
|---|
__init__(self,
left=0.0,
right=640.0,
bottom=0.0,
top=480.0)
|
| Class Variable Details |
|---|
__slots__
|
constant_parameters
|
parameters
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Fri Sep 19 18:29:35 2003 | http://epydoc.sf.net |