Home | History | Annotate | Download | only in test

Lines Matching refs:Dim

22   const Index dim = _line.dim();
30 VectorType p0 = VectorType::Random(dim);
31 VectorType p1 = VectorType::Random(dim);
33 VectorType d0 = VectorType::Random(dim).normalized();
47 const int Dim = LineType::AmbientDimAtCompileTime;
49 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
51 ParametrizedLine<Scalar,Dim> hp1d = l0.template cast<Scalar>();
55 VectorType p2 = VectorType::Random(dim);
56 VectorType n2 = VectorType::Random(dim).normalized();