public class RMPathOffsetter
extends java.lang.Object
Mathematically, the offset path is the path defined by tracing the normal to the curve, scaled by d, along the entire path.
| Constructor and Description |
|---|
RMPathOffsetter() |
| Modifier and Type | Method and Description |
|---|---|
static RMPath |
createOffsetPath(RMPath inPath,
float offset) |
static RMHitInfo |
hitInfo(RMLine l1,
RMLine l2)
Dispatches to the right call depending on the subclass.
|