Uses of Class
eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.line.LineAppearance
Packages that use LineAppearance
-
Uses of LineAppearance in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe
Constructors in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe with parameters of type LineAppearanceModifierConstructorDescriptionGrid2D(Transform transform, Rectangle rectangle, int xDivisionCount, int yDivisionCount, LineAppearance appearance) Constructs a 2D grid in the XY plane with the specified dimensions and number of divisions.Grid3D(Point3D p1t, Point3D p2t, double step, LineAppearance appearance) Constructs a 3D grid filling the volume between two corner points.WireframeBox(Box box, LineAppearance appearance) Constructs a wireframe box from aBoxgeometry object.WireframeBox(Point3D p1, Point3D p2, LineAppearance appearance) Constructs a wireframe box from two opposite corner points.WireframeCube(Point3D center, double size, LineAppearance appearance) Constructs a wireframe cube centered at the given point.WireframeDrawing(LineAppearance lineAppearance) Constructs a new empty wireframe drawing with the given line appearance.WireframeSphere(Point3D location, float radius, LineAppearance lineFactory) Constructs a wireframe sphere at the given location with the specified radius.