Class PerspectiveFieldOfViewCamera
Inheritance
System.Object
PerspectiveFieldOfViewCamera
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public class PerspectiveFieldOfViewCamera : Camera, IPosition, IData
Constructors
|
Improve this Doc
View Source
Declaration
public PerspectiveFieldOfViewCamera(Vector3 position)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector3 |
position |
|
|
Improve this Doc
View Source
Declaration
public PerspectiveFieldOfViewCamera(Vector3 position, float aspectRatio)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector3 |
position |
|
System.Single |
aspectRatio |
|
Properties
|
Improve this Doc
View Source
Type
Declaration
public override CameraType Type { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
GetProjectionMatrix()
Declaration
protected override Matrix4 GetProjectionMatrix()
Returns
Type |
Description |
OpenToolkit.Mathematics.Matrix4 |
|
Overrides
Implements