|
stator
A math, geometry, and utility library
|
An infinite flat surface of fixed thickness. More...
#include <plane.hpp>
Public Member Functions | |
| Plane (const Vector< Scalar, D > ¢er, const Vector< Scalar, D > &normal, const Scalar thickness=Scalar(0)) | |
| const Vector< Scalar, D > & | center () const |
| const Vector< Scalar, D > & | normal () const |
| const Vector< Scalar, D > & | thickness () const |
Protected Attributes | |
| Vector< Scalar, D > | center_ |
| Vector< Scalar, D > | normal_ |
| Scalar | thickness_ |
| Scalar | The scalar type used for computation of properties of the object. |
| D | The dimensionality of the Plane. |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
1.8.13