BodyFrame.FloorClipPlane Property

Gets the floor clip plane of the body frame in hessian normal form. The (x,y,z) components are a unit vector indicating the normal of the plane, and w is the distance from the plane to the origin in meters.

Syntax

public:
property Vector4 FloorClipPlane {
         Vector4 get ();
}
public Vector4 FloorClipPlane { get; }
var floorClipPlane = bodyFrame.floorClipPlane;

Property value

Type: Vector4
The floor clip plane of the body frame.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

BodyFrame Class
WindowsPreview.Kinect Namespace