Uses of Class
org.sunflow.core.Geometry
-
Packages that use Geometry Package Description org.sunflow org.sunflow.core -
-
Uses of Geometry in org.sunflow
Methods in org.sunflow that return Geometry Modifier and Type Method Description private Geometry
RenderObjectMap.RenderObjectHandle. getGeometry()
(package private) Geometry
RenderObjectMap. lookupGeometry(java.lang.String name)
Geometry
SunflowAPI. lookupGeometry(java.lang.String name)
Retrieve a geometry object by its name, ornull
if no geometry was found, or if the specified object is not a geometry. -
Uses of Geometry in org.sunflow.core
Fields in org.sunflow.core declared as Geometry Modifier and Type Field Description private Geometry
Instance. geometry
Methods in org.sunflow.core that return Geometry Modifier and Type Method Description (package private) Geometry
Instance. getGeometry()
Methods in org.sunflow.core with parameters of type Geometry Modifier and Type Method Description boolean
Instance. hasGeometry(Geometry g)
Checks to see if this instance is relative to the specified geometry.
-