Interface DistortedShape.Factory
- All Known Implementing Classes:
AbstractDistortedBody.Factory,DistortedCylinderShape.Factory,DistortedEllipsoidShape.Factory,DistortedPipeShape.Factory
- Enclosing interface:
DistortedShape
public static interface DistortedShape.Factory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault DistortedShapecreate(Vector3d origin, Vector3d direction, double length, double startWidth, double startHeight, double endWidth, double endHeight) default DistortedShapecreate(Vector3d origin, Vector3d direction, double length, double startWidth, double startHeight, double midWidth, double midHeight, double endWidth, double endHeight) create(Vector3d var1, Vector3d var2, double var3, double var5, double var7, double var9, double var11, double var13, double var15, GeneralNoise.InterpolationFunction var17) default DistortedShapecreate(Vector3d origin, Vector3d direction, double length, double startWidth, double startHeight, double endWidth, double endHeight, GeneralNoise.InterpolationFunction interpolation) default DistortedShapecreate(Vector3d origin, Vector3d direction, double length, double width, double height, GeneralNoise.InterpolationFunction interpolation)
-
Field Details
-
DEFAULT_INTERPOLATION
-
-
Method Details
-
create
DistortedShape create(Vector3d var1, Vector3d var2, double var3, double var5, double var7, double var9, double var11, double var13, double var15, GeneralNoise.InterpolationFunction var17) -
create
default DistortedShape create(Vector3d origin, Vector3d direction, double length, double startWidth, double startHeight, double midWidth, double midHeight, double endWidth, double endHeight) -
create
default DistortedShape create(Vector3d origin, Vector3d direction, double length, double startWidth, double startHeight, double endWidth, double endHeight, GeneralNoise.InterpolationFunction interpolation) -
create
default DistortedShape create(Vector3d origin, Vector3d direction, double length, double startWidth, double startHeight, double endWidth, double endHeight) -
create
default DistortedShape create(Vector3d origin, Vector3d direction, double length, double width, double height, GeneralNoise.InterpolationFunction interpolation)
-