Home
last modified time | relevance | path

Searched refs:mCenters (Results 1 – 1 of 1) sorted by relevance

/external/eigen/demos/opengl/
Dquaternion_demo.cpp43 mCenters.push_back(Vector3f::Zero()); in FancySpheres()
53 mCenters.push_back(mIcoSphere.vertices()[i] * dist); in FancySpheres()
72 int end = mCenters.size(); in FancySpheres()
75 Vector3f c = mCenters[i]; in FancySpheres()
76 Vector3f ax0 = (c - mCenters[parents[i]]).normalized(); in FancySpheres()
86 mCenters.push_back(newC); in FancySpheres()
97 int end = mCenters.size(); in draw()
101 Affine3f t = Translation3f(mCenters[i]) * Scaling(mRadii[i]); in draw()
110 std::vector<Vector3f> mCenters; member in FancySpheres