Click or drag to resize

Plane3 Constructor

Overload List
  NameDescription
Public methodPlane3
Initializes a new instance of the Plane3 class. Construct the default plane.
Public methodPlane3(Plane3)
Initializes a new instance of the Plane3 class. Construct plane from other plane.
Public methodPlane3(Vector3)
Initializes a new instance of the Plane3 class. Construct plane from axis vectors of a coordinate system. The origin is chosen as the coordinate system's origin.
Public methodPlane3(Point3, Vector3)
Initializes a new instance of the Plane3 class. Create plane from point and normal.
Public methodPlane3(Point3, Vector3, Vector3)
Initializes a new instance of the Plane3 class. Constructs a plane from a point and two vectors in the plane.
Top
See Also