C# Class Nexus.Graphics.Cameras.ProjectionCamera

An abstract base class for perspective and orthographic projection cameras.
Inheritance: Camera
显示文件 Open project: tgjones/nexus

Public Methods

Method Description
GetViewMatrix ( ) : Matrix3D

Protected Methods

Method Description
ProjectionCamera ( )

Method Details

GetViewMatrix() public method

public GetViewMatrix ( ) : Matrix3D
return Matrix3D

ProjectionCamera() protected method

protected ProjectionCamera ( )