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

카메라의 초점 길이입니다.

적용 대상