Index

A C D E I J K M S T V Z 
All Classes|All Packages

A

add(Vector3D) - Method in interface IVector3D
 
add(Vector3D) - Method in class Vector3D
 
angleBetween(Vector3D) - Method in interface IVector3D
 
angleBetween(Vector3D) - Method in class Vector3D
 

C

cross(Vector3D) - Method in interface IVector3D
 
cross(Vector3D) - Method in class Vector3D
 

D

dot(Vector3D) - Method in interface IVector3D
 
dot(Vector3D) - Method in class Vector3D
 

E

equals(Object) - Method in class Vector3D
 

I

I - Static variable in class Vector3D
The constant vector I: 1i + 0j + 0k
IVector3D - Interface in <Unnamed>
DO NOT change this interface in any way Your program will be compiled against this interface, so your methods must have exactly these signatures or your program will fail to compile.

J

J - Static variable in class Vector3D
The constant vector J: 0i + 1j + 0k

K

K - Static variable in class Vector3D
The constant vector K: 0i + oj + 1k

M

magnitude() - Method in interface IVector3D
 
magnitude() - Method in class Vector3D
 
main(String[]) - Static method in class Vector3D
 

S

scalarMultiply(int) - Method in interface IVector3D
 
scalarMultiply(int) - Method in class Vector3D
 
subtract(Vector3D) - Method in interface IVector3D
 
subtract(Vector3D) - Method in class Vector3D
 

T

TINY - Static variable in class Vector3D
Constant for double tolerance
toString() - Method in class Vector3D
 

V

Vector3D - Class in <Unnamed>
 
Vector3D() - Constructor for class Vector3D
This makes the zero vector
Vector3D(int, int, int) - Constructor for class Vector3D
 

Z

ZERO - Static variable in class Vector3D
The zero vector
A C D E I J K M S T V Z 
All Classes|All Packages