![]() |
Plane3 Constructor |
Name | Description | |
---|---|---|
![]() | Plane3 |
Initializes a new instance of the Plane3 class.
Construct the default plane.
|
![]() | Plane3(Plane3) |
Initializes a new instance of the Plane3 class.
Construct plane from other plane.
|
![]() | Plane3(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.
|
![]() | Plane3(Point3, Vector3) |
Initializes a new instance of the Plane3 class.
Create plane from point and normal.
|
![]() | Plane3(Point3, Vector3, Vector3) |
Initializes a new instance of the Plane3 class.
Constructs a plane from a point and two vectors in the plane.
|