Uses of Class
eu.svjatoslav.sixth.e3d.renderer.octree.IntegerPoint
Packages that use IntegerPoint
Package
Description
Octree-based voxel volume representation and rendering for the Sixth 3D engine.
-
Uses of IntegerPoint in eu.svjatoslav.sixth.e3d.geometry
Constructors in eu.svjatoslav.sixth.e3d.geometry with parameters of type IntegerPointModifierConstructorDescriptionPoint3D(IntegerPoint point) Creates a point from anIntegerPoint(used by octree voxel coordinates). -
Uses of IntegerPoint in eu.svjatoslav.sixth.e3d.renderer.octree
Methods in eu.svjatoslav.sixth.e3d.renderer.octree with parameters of type IntegerPointModifier and TypeMethodDescriptionvoidOctreeVolume.fillRectangle(IntegerPoint p1, IntegerPoint p2, Color color) Fill 3D rectangle.