public class CatmullRom<T extends Point>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public CatmullRom(T P0,
T P1,
T P2,
T P3)
-