Package com.reportmill.graphics
Class RMVector
java.lang.Object
com.reportmill.graphics.RMVector
This class represents a 2D vector.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatReturns the dot product of the receiver and the given vector.
- 
Constructor Details- 
RMVectorpublic RMVector(float X, float Y) Creates a new vector.
 
- 
- 
Method Details- 
getDotProductReturns the dot product of the receiver and the given vector.
 
-