public interface IFoldable
Modifier and Type | Method and Description |
---|---|
IFoldable |
unfold()
unfold at origin on XY plane
|
IFoldable |
unfold(IVecI planeNormal)
unfold at origin on the given plane
|
IFoldable |
unfold(IVecI planeNormal,
IVecI planePt)
unfold at the plane point on the given plane
|