Package me.deecaad.core.utils.shape
Class PointShape
java.lang.Object
me.deecaad.core.utils.shape.PointShape
- All Implemented Interfaces:
Shape
A single point at the emitter origin.
direction is zero so the emitter falls back to its
own direction provider.-
Constructor Details
-
PointShape
public PointShape()
-
-
Method Details
-
getPoint
Description copied from interface:ShapeReturns one sample from this shape. For random shapes (sphere, cone, cube)tis ignored; for deterministic shapes (point, line, circle)tparameterizes the sample.
-