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