Plane
Inherited: None
Description
A Plane is a flat, 2D surface that extends infinitely far in 3D space.
Public Methods
Plane () |
|
Plane (const Vector3 & v1, const Vector3 & v2, const Vector3 & v3) |
|
areal |
sqrDistance (const Vector3 & point) const |
Static Methods
None
Methods Description
Plane::Plane ()
Default constructor.
Plane::Plane (Vector3 & v1, Vector3 & v2, Vector3 & v3)
Cunstructs a Plane by three points v1, v2 and v3
areal Plane::sqrDistance (Vector3 & point) const
Calculate a squared distance between point and this Plane