Method | Description | |
---|---|---|
CalculateProjectionMatrix ( float distanceToNearPlane, float distanceToFarPlane, float horizontalFieldOfView, float aspectRatio ) : Matrix |
Calculates the projection matrix.
|
|
PerspectiveProjectionLense ( ) : Afterglow.Math |
Initializes a new instance of the PerspectiveProjectionLense class.
|
public static CalculateProjectionMatrix ( float distanceToNearPlane, float distanceToFarPlane, float horizontalFieldOfView, float aspectRatio ) : Matrix | ||
distanceToNearPlane | float | The distance to near plane. |
distanceToFarPlane | float | The distance to far plane. |
horizontalFieldOfView | float | The horizontal field of view. |
aspectRatio | float | The aspect ratio. |
return | Matrix |
public PerspectiveProjectionLense ( ) : Afterglow.Math | ||
return | Afterglow.Math |