Package com.io7m.jspatial.implementation
Class OctTreeD.Octant
- java.lang.Object
-
- com.io7m.jspatial.implementation.OctTreeD.Octant
-
- All Implemented Interfaces:
OctTreeOctantDType<T>
protected final class OctTreeD.Octant extends java.lang.Object implements OctTreeOctantDType<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<T,com.io7m.jregions.core.unparameterized.volumes.VolumeD>objects()com.io7m.jregions.core.unparameterized.volumes.VolumeDvolume()
-
-
-
Method Detail
-
objects
public java.util.Map<T,com.io7m.jregions.core.unparameterized.volumes.VolumeD> objects()
- Specified by:
objectsin interfaceOctTreeOctantDType<T>- Returns:
- A read-only view of the objects directly contained within this octant
-
volume
public com.io7m.jregions.core.unparameterized.volumes.VolumeD volume()
- Specified by:
volumein interfaceOctTreeOctantDType<T>- Returns:
- The volume of the octant
-
-