Uses of Class
mgui.interfaces.shapes.util.Point2DShape
Package | Description |
---|---|
mgui.interfaces.graphics.util |
Utility classes operating on 2D and 3D graphics objects.
|
mgui.interfaces.shapes.util |
-
Uses of Point2DShape in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util with parameters of type Point2DShape Modifier and Type Method Description void
DrawingEngine. drawVector2D(java.awt.Graphics2D g, Vector2D v, Point2DShape start_point, Point2DShape arrow, float alpha)
-
Uses of Point2DShape in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util that return Point2DShape Modifier and Type Method Description static Point2DShape
Point2DShape. getFilledArrow(double scale)
Returns a basic filled arrow shape, oriented to the right (angle == 0).static Point2DShape
Point2DShape. getFilledCircle(double scale)