CameraIntrinsics.FocalLength 屬性

定義

取得相機的焦點長度。

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

屬性值

Vector2 Vector2

float2

相機的焦點長度。

適用於