CameraIntrinsics.TangentialDistortion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the tangential distortion coefficient of the camera.
public:
property float2 TangentialDistortion { float2 get(); };
float2 TangentialDistortion();
public Vector2 TangentialDistortion { get; }
var vector2 = cameraIntrinsics.tangentialDistortion;
Public ReadOnly Property TangentialDistortion As Vector2
Property Value
The tangential distortion coefficient of the camera.