|
stator
A math, geometry, and utility library
|
A planar half-space (a plane and the volume on one side of the plane). More...
#include <plane.hpp>
Public Member Functions | |
| HalfSpace (const Vector< Scalar, D > ¢er, const Vector< Scalar, D > &normal) | |
| const Vector< Scalar, D > & | center () const |
| const Vector< Scalar, D > & | normal () const |
Protected Attributes | |
| Vector< Scalar, D > | center_ |
| Vector< Scalar, D > | normal_ |
A half-space represents the volume on one side of a infinite planar surface. A plane is defined through a normal and a point on the plane (origin), and (by definition) the normal points away from the represented volume.
| Scalar | The scalar type used for computation of properties of the object. |
| D | The dimensionality of the HalfSpace. |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
1.8.13