Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Nexus
Graphics
Cameras
Camera
C# Class Nexus.Graphics.Cameras.Camera
Represents an imaginary viewing position and direction in 3-D coordinate space that describes how a 3-D model is projected onto a 2-D visual.
显示文件
Open project: tgjones/nexus
Class Usage Examples
Public Methods
Method
Description
GetProjectionMatrix
(
float
aspectRatio
) :
Matrix3D
GetViewMatrix
( ) :
Matrix3D
Method Details
GetProjectionMatrix()
public
abstract
method
public
abstract
GetProjectionMatrix
(
float
aspectRatio
) :
Matrix3D
aspectRatio
float
return
Matrix3D
GetViewMatrix()
public
abstract
method
public
abstract
GetViewMatrix
( ) :
Matrix3D
return
Matrix3D