50#ifndef LASS_GUARDIAN_OF_INCLUSION_PRIM_IMPL_PLANE_3D_IMPL_H
51#define LASS_GUARDIAN_OF_INCLUSION_PRIM_IMPL_PLANE_3D_IMPL_H
70template <
typename T,
class EquationPolicy,
class NormalizingPolicy>
79template <
typename T,
class NormalizingPolicy>
88template <
typename T,
class NormalizingPolicy>
89struct Plane3DImpl<T,
Combined, NormalizingPolicy>
91 typedef Plane3DCombined<T, NormalizingPolicy> Type;
implementation of plane 3d with a cartesian equation
implementation of lass::prim::Plane3D with a parametric equation
implementation details of lass::prim
set of geometrical primitives
Library for Assembled Shared Sources.
policy for an implementation based on both the cartesian and parametric equation.
policy for an implementation based on the parametric equation.
binder of equation policy to lass::prim::Plane3D implementation