C# Class NewTOAPIA.GL.GLFrustum

Show 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 property

public float Bottom
return float

Far public property

public float Far
return float

Left public property

public float Left
return float

Near public property

public float Near
return float

Right public property

public float Right
return float

Top public property

public float Top
return float