ViennaLS
|
Class describing a plane via a point in it and the plane normal. More...
#include <lsGeometries.hpp>
Public Member Functions | |
Plane (VectorType< T, D > passedOrigin, VectorType< T, D > passedNormal) | |
Plane (const T *passedOrigin, const T *passedNormal) | |
Plane (const std::vector< T > &passedOrigin, const std::vector< T > &passedNormal) | |
Public Attributes | |
VectorType< T, D > | origin |
VectorType< T, D > | normal |
Class describing a plane via a point in it and the plane normal.
|
inline |
|
inline |
|
inline |