public class RMVector
extends java.lang.Object
| Constructor and Description |
|---|
RMVector(float X,
float Y)
Creates a new vector.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getDotProduct(RMVector v2)
Returns the dot product of the receiver and the given vector.
|
public float getDotProduct(RMVector v2)