50#ifndef LASS_GUARDIAN_OF_INCLUSION_PRIM_IMPL_LINE_2D_IMPL_H
51#define LASS_GUARDIAN_OF_INCLUSION_PRIM_IMPL_LINE_2D_IMPL_H
70template <
typename T,
class EquationPolicy,
class NormalizingPolicy>
79template <
typename T,
class NormalizingPolicy>
88template <
typename T,
class NormalizingPolicy>
89struct Line2DImpl<T,
Combined, NormalizingPolicy>
91 typedef Line2DCombined<T, NormalizingPolicy> Type;
implementation of 2d line with both cartesian and parametric equation.
implementation of 2d line with 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::Line2D implementation