Class CameraFrustum
Inheritance
System.Object
CameraFrustum
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: cs.temp.dll.dll
Syntax
public class CameraFrustum
Constructors
CameraFrustum(Int32, Int32, Single, Single, Single)
Declaration
public CameraFrustum(int pixelWidth, int pixelHeight, float farPlane, float nearPlane, float verticalAngle)
Parameters
Type |
Name |
Description |
System.Int32 |
pixelWidth |
|
System.Int32 |
pixelHeight |
|
System.Single |
farPlane |
|
System.Single |
nearPlane |
|
System.Single |
verticalAngle |
|
CameraFrustum(Int32, Int32, Single, Single, Single, Single)
Declaration
public CameraFrustum(int pixelWidth, int pixelHeight, float farPlane, float nearPlane, float focalLengthMilliMeters, float pixelSizeInMicroMeters)
Parameters
Type |
Name |
Description |
System.Int32 |
pixelWidth |
|
System.Int32 |
pixelHeight |
|
System.Single |
farPlane |
|
System.Single |
nearPlane |
|
System.Single |
focalLengthMilliMeters |
|
System.Single |
pixelSizeInMicroMeters |
|
CameraFrustum(Int32, Single, Single, Single, Single)
Declaration
public CameraFrustum(int pixelWidth, float farPlane, float nearPlane, float horisontalAngle, float verticalAngle)
Parameters
Type |
Name |
Description |
System.Int32 |
pixelWidth |
|
System.Single |
farPlane |
|
System.Single |
nearPlane |
|
System.Single |
horisontalAngle |
|
System.Single |
verticalAngle |
|
Properties
aspectRatio
Declaration
public float aspectRatio { get; }
Property Value
Type |
Description |
System.Single |
|
cameraMatrix
Declaration
public Matrix4x4 cameraMatrix { get; }
Property Value
Type |
Description |
Matrix4x4 |
|
farPlane
Declaration
public float farPlane { get; }
Property Value
Type |
Description |
System.Single |
|
horisontalAngle
Declaration
public float horisontalAngle { get; }
Property Value
Type |
Description |
System.Single |
|
nearPlane
Declaration
public float nearPlane { get; }
Property Value
Type |
Description |
System.Single |
|
pixelHeight
Declaration
public int pixelHeight { get; }
Property Value
Type |
Description |
System.Int32 |
|
pixelWidth
Declaration
public int pixelWidth { get; }
Property Value
Type |
Description |
System.Int32 |
|
verticalAngle
Declaration
public float verticalAngle { get; }
Property Value
Type |
Description |
System.Single |
|
verticalSideAngles
Declaration
public float verticalSideAngles { get; }
Property Value
Type |
Description |
System.Single |
|