public class RMPath3DUtils
extends java.lang.Object
| Constructor and Description |
|---|
RMPath3DUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List |
getPaths(RMPath aPath,
float z1,
float z2)
Creates and returns a list of paths in 3D for a given 2D path and extrusion.
|
static java.util.List |
getPaths(RMPath aPath,
float z1,
float z2,
float strokeWidth)
Creates and returns a list of paths in 3D for a given 2D path and extrusion.
|
public static java.util.List getPaths(RMPath aPath, float z1, float z2)
public static java.util.List getPaths(RMPath aPath, float z1, float z2, float strokeWidth)