Beispiel #1
0
 public void pointAt(Vector3D pos)
 {
 }
Beispiel #2
0
 public void prepend(Vector3D rhs)
 {
 }
Beispiel #3
0
 public void pointAt(Vector3D pos, Vector3D at)
 {
 }
Beispiel #4
0
 public Vector3D deltaTransformVector(Vector3D v)
 {
     return v;
 }
Beispiel #5
0
 public void appendRotation(float degrees, Vector3D axis)
 {
 }
Beispiel #6
0
 public void appendRotation(float degrees, Vector3D axis, Vector3D pivotPoint)
 {
 }
Beispiel #7
0
 public Vector3D transformVector(Vector3D v)
 {
     return v;
 }