Home | History | Annotate | Download | only in ceres

Lines Matching refs:Vector3

41 #include "util/math/vector3.h"
129 Vector3<J> axis;
139 Vector3<J> axis;
151 Vector3<J> x, y;
164 Vector3<J> x;
169 Vector3<J> y = b.Rotated(x);
174 Vector3<J> yp = R * x;
183 Vector3<double> x;
188 Vector3<double> y = double_b.Rotated(x);
193 Vector3<double> yp = R * x;