Uses of Class
eu.svjatoslav.sixth.e3d.math.Vertex
Packages that use Vertex
Package
Description
-
Uses of Vertex in eu.svjatoslav.sixth.e3d.gui
Fields in eu.svjatoslav.sixth.e3d.gui declared as VertexModifier and TypeFieldDescriptionViewSpaceTracker.centerThe object's center point (0,0,0 in object space) transformed to view space.ViewSpaceTracker.downPoint at (0,10,0) in object space, used for YZ angle calculation.ViewSpaceTracker.rightPoint at (10,0,0) in object space, used for XZ angle calculation. -
Uses of Vertex in eu.svjatoslav.sixth.e3d.renderer.raster.shapes
Fields in eu.svjatoslav.sixth.e3d.renderer.raster.shapes declared as VertexModifier and TypeFieldDescriptionfinal Vertex[]AbstractCoordinateShape.coordinatesThe vertex coordinates that define this shape's geometry.Constructors in eu.svjatoslav.sixth.e3d.renderer.raster.shapes with parameters of type VertexModifierConstructorDescriptionAbstractCoordinateShape(Vertex... vertexes) Creates a shape from the given vertices. -
Uses of Vertex in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.texturedpolygon
Constructors in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.texturedpolygon with parameters of type Vertex -
Uses of Vertex in eu.svjatoslav.sixth.e3d.renderer.raster.slicer
Methods in eu.svjatoslav.sixth.e3d.renderer.raster.slicer that return VertexModifier and TypeMethodDescriptionBorderLine.getMiddlePoint()Computes the midpoint vertex of this edge by averaging both the 3D coordinates and the 2D texture coordinates of the two endpoints.Constructors in eu.svjatoslav.sixth.e3d.renderer.raster.slicer with parameters of type VertexModifierConstructorDescriptionBorderLine(Vertex c1, Vertex c2, int count) Creates a border line between two vertices with the given edge identifier.