43#ifndef LASS_GUARDIAN_OF_INCLUSION_PRIM_PLANE_3D_TRANSFORMATION_3D_H
44#define LASS_GUARDIAN_OF_INCLUSION_PRIM_PLANE_3D_TRANSFORMATION_3D_H
59template<
typename T,
class NP>
63 const std::pair<Vector3D<T>, T> result =
64 transform(std::make_pair(plane.normal(), plane.d()), transformation);
73template<
typename T,
class NP>
88template<
typename T,
class NP>
const TVector directionV() const
return V direction vector.
const TVector directionU() const
return U direction vector.
const TPoint support() const
return support point.
set of geometrical primitives
Library for Assembled Shared Sources.