Uses of Class
org.seamcat.model.geometry.Vector2D
-
Packages that use Vector2D Package Description org.seamcat.model.geometry -
-
Uses of Vector2D in org.seamcat.model.geometry
Methods in org.seamcat.model.geometry that return Vector2D Modifier and Type Method Description Vector2D
Vector2D. add(Vector2D other)
Vector2D
Vector2D. cwNormal()
The normal vector of same size in clock wise direction.static Vector2D
Vector2D. fromTo(Point2D a, Point2D b)
Vector2D
Vector2D. scale(double scale)
Vector2D
Vector2D. toUnitVector()
Methods in org.seamcat.model.geometry with parameters of type Vector2D Modifier and Type Method Description Vector2D
Vector2D. add(Vector2D other)
double
Vector2D. dotProduct(Vector2D other)
Point2D
Point2D. translate(Vector2D v)
Polygon2D
Polygon2D. translate(Vector2D v)
-