|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Vector3D in frams_client_3d |
Fields in frams_client_3d declared as Vector3D | |
private Vector3D |
Camera.up
|
private static Vector3D |
ViewGL.initialViewVector
|
Methods in frams_client_3d that return Vector3D | |
Vector3D |
Camera.getViewVector()
View vector getter. |
Vector3D |
Point3D.vector(Point3D point)
Calcultes a vector from this to given point. |
Methods in frams_client_3d with parameters of type Vector3D | |
void |
Point3D.add(Vector3D vector)
Add a vector. |
void |
Vector3D.rotate(float angle,
Vector3D axis)
Rotates the vector around an axis about an angle. |
void |
Vector3D.vectorProduct(Vector3D vector)
Calculates the cross product of two vectors. |
float |
Vector3D.scalarProduct(Vector3D vector)
Calculates the dot product with given vector. |
Constructors in frams_client_3d with parameters of type Vector3D | |
Vector3D(Vector3D vector)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |