CameraIntrinsics.FocalLength Property

Definition

Gets the focal length of the camera.

public:
 property float2 FocalLength { float2 get(); };
float2 FocalLength();
public Vector2 FocalLength { get; }
var vector2 = cameraIntrinsics.focalLength;
Public ReadOnly Property FocalLength As Vector2

Property Value

Vector2 Vector2

float2

The focal length of the camera.

Applies to