Share via


SkeletonFrame.FloorClipPlane Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets or sets the clip plane of the floor in the form of a four-component vector: (x, y, z, w).

Syntax

public Tuple<float, float, float, float> FloorClipPlane { get; set; }
'Declaration
Public Property FloorClipPlane As Tuple(Of Single, Single, Single, Single) 

Property Value

Type: Tuple<Single, Single, Single, Single>
The (x, y, z, w) coordinates of a plane that locates the floor of the viewable area.

Remarks

For more information about the plane equation described by these four components, see Floor Determination.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

SkeletonFrame Class
SkeletonFrame Members
Microsoft.Kinect Namespace