Plane Plane Plane Plane Struct

Definition

Describes a plane (a flat, two-dimensional surface).

public : struct Planepublic struct PlanePublic Structure Plane// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

D D D D

A floating-point value for a point on the plane but not on the Normal vector.

public : field float Dpublic field float DPublic Field D// You can use this field in JavaScript.

Normal Normal Normal Normal

A vector of three floating-point components on the plane.

public : field Vector3 Normalpublic field Vector3 NormalPublic Field Normal// You can use this field in JavaScript.