Home | History | Annotate | Download | only in Geometry

Lines Matching defs:VectorType

130   typedef typename plain_matrix_type<Derived>::type VectorType;
135 static inline VectorType run(const Derived& src)
137 VectorType perp = VectorType::Zero(src.size());
154 typedef typename plain_matrix_type<Derived>::type VectorType;
157 static inline VectorType run(const Derived& src)
159 VectorType perp;
194 typedef typename plain_matrix_type<Derived>::type VectorType;
195 static inline VectorType run(const Derived& src)
196 { return VectorType(-numext::conj(src.y()), numext::conj(src.x())).normalized(); }