Home | History | Annotate | Download | only in test

Lines Matching defs:Dim

23   const Index dim = _line.dim();
29 VectorType p0 = VectorType::Random(dim);
30 VectorType p1 = VectorType::Random(dim);
32 VectorType d0 = VectorType::Random(dim).normalized();
46 const int Dim = LineType::AmbientDimAtCompileTime;
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
50 ParametrizedLine<Scalar,Dim> hp1d = l0.template cast<Scalar>();
54 VectorType p2 = VectorType::Random(dim);
55 VectorType n2 = VectorType::Random(dim).normalized();