C# Class NewTOAPIA.GL.GLFrustum

Mostra file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
Bottom float
Far float
Left float
Near float
Right float
Top float

Public Methods

Method Description
GLFrustum ( float left, float top, float right, float bottom, float near, float far )

Method Details

GLFrustum() public method

public GLFrustum ( float left, float top, float right, float bottom, float near, float far )
left float
top float
right float
bottom float
near float
far float

Property Details

Bottom public_oe property

public float Bottom
return float

Far public_oe property

public float Far
return float

Left public_oe property

public float Left
return float

Near public_oe property

public float Near
return float

Right public_oe property

public float Right
return float

Top public_oe property

public float Top
return float