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)

Plane &

operator= (const Plane & value)

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


Plane & Plane::operator= (Plane & value)

Assignment operator. The value will be assigned to this object.