Package com.reportmill.graphics
Class RMVector
- java.lang.Object
- 
- com.reportmill.graphics.RMVector
 
- 
 public class RMVector extends java.lang.ObjectThis class represents a 2D vector.
- 
- 
Constructor SummaryConstructors Constructor Description RMVector(float X, float Y)Creates a new vector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetDotProduct(RMVector v2)Returns the dot product of the receiver and the given vector.
 
- 
- 
- 
Method Detail- 
getDotProductpublic float getDotProduct(RMVector v2) Returns the dot product of the receiver and the given vector.
 
- 
 
-