|
stator
A math, geometry, and utility library
|
A point. More...
#include <point.hpp>
Public Member Functions | |
| Point () | |
| Default constructor. More... | |
| Point (const Vector< Scalar, D > ¢er=Vector< Scalar, D >::Zero().eval()) | |
| RAII constructor. More... | |
| const Vector< Scalar, D > & | center () const |
| Get function for the point's location. More... | |
Protected Attributes | |
| Vector< Scalar, D > | center_ |
| Center of the ball. More... | |
| Scalar | The scalar type used for computation of properties of the object. |
| D | The dimensionality of the ball. |
|
inline |
|
inline |
|
inline |
|
protected |
1.8.13