Home | History | Annotate | Download | only in Geometry

Lines Matching defs:AmbientDimAtCompileTime

37   enum { AmbientDimAtCompileTime = _AmbientDim };
40 typedef Matrix<Scalar,AmbientDimAtCompileTime,1> VectorType;
41 typedef Matrix<Scalar,int(AmbientDimAtCompileTime)==Dynamic
43 : int(AmbientDimAtCompileTime)+1,1> Coefficients;
44 typedef Block<Coefficients,AmbientDimAtCompileTime,1> NormalReturnType;
102 explicit Hyperplane(const ParametrizedLine<Scalar, AmbientDimAtCompileTime>& parametrized)
111 inline int dim() const { return int(AmbientDimAtCompileTime)==Dynamic ? m_coeffs.size()-1 : int(AmbientDimAtCompileTime); }
216 inline Hyperplane& transform(const Transform<Scalar,AmbientDimAtCompileTime>& t,
231 Hyperplane<NewScalarType,AmbientDimAtCompileTime> >::type cast() const
234 Hyperplane<NewScalarType,AmbientDimAtCompileTime> >::type(*this);
239 inline explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime>& other)