Package com.reportmill.graphics
Class RMVector
java.lang.Object
com.reportmill.graphics.RMVector
This class represents a 2D vector.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
Returns the dot product of the receiver and the given vector.
-
Constructor Details
-
RMVector
public RMVector(float X, float Y) Creates a new vector.
-
-
Method Details
-
getDotProduct
Returns the dot product of the receiver and the given vector.
-