Uses of Class
eu.svjatoslav.sixth.e3d.math.Transform
Packages that use Transform
Package
Description
Sixth 3D engine.
Sixth 3D engine.
-
Uses of Transform in eu.svjatoslav.sixth.e3d.gui
Constructors in eu.svjatoslav.sixth.e3d.gui with parameters of type TransformModifierConstructorDescriptionGuiComponent(Transform transform, ViewPanel viewPanel, Point3D size) Creates a GUI component with the specified transform, view panel, and bounding box size. -
Uses of Transform in eu.svjatoslav.sixth.e3d.gui.textEditorComponent
Constructors in eu.svjatoslav.sixth.e3d.gui.textEditorComponent with parameters of type TransformModifierConstructorDescriptionTextEditComponent(Transform transform, ViewPanel viewPanel, Point2D sizeInWorldCoordinates, LookAndFeel lookAndFeel) Creates a new text editor component positioned in 3D space. -
Uses of Transform in eu.svjatoslav.sixth.e3d.math
Methods in eu.svjatoslav.sixth.e3d.math that return TransformMethods in eu.svjatoslav.sixth.e3d.math with parameters of type TransformModifier and TypeMethodDescriptionvoidTransformStack.addTransform(Transform transform) Pushes a transform onto the stack. -
Uses of Transform in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite
Constructors in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite with parameters of type TransformModifierConstructorDescriptionTexturedRectangle(Transform transform) Creates a textured rectangle with only a transform, without initializing geometry.TexturedRectangle(Transform transform, int width, int height, int maxTextureUpscale) Creates a textured rectangle where the texture resolution matches the world-space size.TexturedRectangle(Transform transform, int width, int height, int textureWidth, int textureHeight, int maxTextureUpscale) Creates a fully initialized textured rectangle with independent world-space size and texture resolution. -
Uses of Transform in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base
Methods in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base with parameters of type TransformModifier and TypeMethodDescriptionvoidAbstractCompositeShape.setTransform(Transform transform) Replaces this shape's transform (position and orientation).Constructors in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base with parameters of type TransformModifierConstructorDescriptionAbstractCompositeShape(Transform transform) Creates a composite shape with the specified transform (position and orientation). -
Uses of Transform in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.textcanvas
Constructors in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.textcanvas with parameters of type TransformModifierConstructorDescriptionTextCanvas(Transform location, TextPointer dimensions, Color foregroundColor, Color backgroundColor) Creates a blank text canvas with the specified dimensions.TextCanvas(Transform location, String text, Color foregroundColor, Color backgroundColor) Creates a text canvas initialized with the given text string. -
Uses of Transform 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 TransformModifierConstructorDescriptionGrid2D(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.