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

相机的焦距。

适用于