Uses of Class
eu.svjatoslav.sixth.e3d.geometry.Point2D
Package
Description
Sixth 3D engine.
-
Uses of Point2D in eu.svjatoslav.sixth.e3d.geometry
Modifier and TypeMethodDescriptionAdd other point to current point.Point2D.clone()
Point2D.invert()
Invert current point.Point2D.setToMiddle
(Point2D p1, Point2D p2) Set current point to middle of two other points.Subtract other point from current point.Point2D.zero()
Set current point to zero.Modifier and TypeMethodDescriptionAdd other point to current point.void
Copy coordinates from other point to current point.double
Point2D.getAngleXY
(Point2D anotherPoint) double
Point2D.getDistanceTo
(Point2D anotherPoint) Compute distance to another point.static boolean
Polygon.pointWithinPolygon
(Point2D point, Point2D p1, Point2D p2, Point2D p3) Point2D.setToMiddle
(Point2D p1, Point2D p2) Set current point to middle of two other points.Subtract other point from current point. -
Uses of Point2D in eu.svjatoslav.sixth.e3d.gui
Modifier and TypeFieldDescriptionfinal Point2D
RenderingContext.centerCoordinate
Center of the screen in screen space (pixels). -
Uses of Point2D in eu.svjatoslav.sixth.e3d.gui.humaninput
Modifier and TypeFieldDescriptionMouseEvent.coordinate
Mouse coordinate in screen space (pixels) relative to top left corner of the screen when mouse button was clicked. -
Uses of Point2D in eu.svjatoslav.sixth.e3d.gui.textEditorComponent
ModifierConstructorDescriptionTextEditComponent
(Transform transform, ViewPanel viewPanel, Point2D sizeInWorldCoordinates, LookAndFeel lookAndFeel) -
Uses of Point2D in eu.svjatoslav.sixth.e3d.math
Modifier and TypeFieldDescriptionVertex.onScreenCoordinate
Vertex coordinate in pixels relative to the top left corner of the screen after transformation and perspective correction.Vertex.textureCoordinate
Coordinate within texture. -
Uses of Point2D in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.solidpolygon
Modifier and TypeMethodDescriptionstatic void
SolidPolygon.drawPolygon
(RenderingContext context, Point2D onScreenPoint1, Point2D onScreenPoint2, Point2D onScreenPoint3, MouseInteractionController mouseInteractionController, Color color) void
-
Uses of Point2D in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.texturedpolygon
-
Uses of Point2D in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite
Modifier and TypeFieldDescriptionTexturedRectangle.textureBottomLeft
TexturedRectangle.textureBottomRight
TexturedRectangle.textureTopLeft
TexturedRectangle.textureTopRight