Uses of Class
eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.line.LineAppearance
Packages that use LineAppearance
Package
Description
Wireframe composite shapes built from Line primitives.
-
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 cornerA, Point3D cornerB, double step, LineAppearance appearance) Constructs a 3D grid filling the volume between two diagonally opposite corner points.WireframeArrow(Point3D startPoint, Point3D endPoint, double bodyRadius, double tipRadius, double tipLength, int segments, LineAppearance appearance) Constructs a 3D wireframe arrow pointing from start to end with full control over all dimensions.WireframeArrow(Point3D startPoint, Point3D endPoint, double bodyRadius, LineAppearance appearance) Constructs a 3D wireframe arrow pointing from start to end with sensible defaults.WireframeBox(Box box, LineAppearance appearance) Constructs a wireframe box from aBoxgeometry object.WireframeBox(Point3D cornerA, Point3D cornerB, LineAppearance appearance) Constructs a wireframe box from two diagonally opposite corner points.WireframeCone(Point3D baseCenter, double radius, double height, int segments, LineAppearance appearance) Constructs a wireframe cone with circular base centered at the given point, pointing in the -Y direction.WireframeCone(Point3D apexPoint, Point3D baseCenterPoint, double radius, int segments, LineAppearance appearance) Constructs a wireframe cone pointing from apex toward base center.WireframeCube(Point3D center, double size, LineAppearance appearance) Constructs a wireframe cube centered at the given point.WireframeCylinder(Point3D startPoint, Point3D endPoint, double radius, int segments, LineAppearance appearance) Constructs a wireframe cylinder between two end points.WireframeDrawing(LineAppearance lineAppearance) Constructs a new empty wireframe drawing with the given line appearance.WireframePyramid(Point3D baseCenter, double baseSize, double height, LineAppearance appearance) Constructs a wireframe square-based pyramid with base centered at the given point, pointing in the -Y direction.WireframePyramid(Point3D apexPoint, Point3D baseCenter, double baseSize, LineAppearance appearance) Constructs a wireframe square-based pyramid pointing from apex toward base center.WireframeSphere(Point3D location, float radius, LineAppearance lineFactory) Constructs a wireframe sphere at the given location with the specified radius.