Home | History | Annotate | Download | only in shape

Lines Matching refs:Vector3f

41 import com.jme3.math.Vector3f;
139 Vector3f[] torusPoints = new Vector3f[steps];
148 Vector3f pointB = new Vector3f(), T = new Vector3f(), N = new Vector3f(), B = new Vector3f();
149 Vector3f tempNorm = new Vector3f();
163 torusPoints[i] = new Vector3f(x, y, z);
170 pointB = new Vector3f(x, y, z);