org.xith3d.utility.math
Class BezierSolver
java.lang.Object
org.xith3d.utility.math.BezierSolver
public class BezierSolver
- extends java.lang.Object
|
Field Summary |
org.openmali.vecmath2.Point2f |
c1
|
org.openmali.vecmath2.Point2f |
c2
|
org.openmali.vecmath2.Point2f |
mid
|
org.openmali.vecmath2.Point2f |
p1
|
org.openmali.vecmath2.Point2f |
p2
|
org.openmali.vecmath2.Point2f |
p3
|
org.openmali.vecmath2.Point2f |
p4
|
float |
smoothness
|
org.openmali.vecmath2.Vector2f |
vtemp
|
|
Method Summary |
void |
solve()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
smoothness
public float smoothness
p1
public org.openmali.vecmath2.Point2f p1
p2
public org.openmali.vecmath2.Point2f p2
p3
public org.openmali.vecmath2.Point2f p3
p4
public org.openmali.vecmath2.Point2f p4
c1
public org.openmali.vecmath2.Point2f c1
c2
public org.openmali.vecmath2.Point2f c2
vtemp
public org.openmali.vecmath2.Vector2f vtemp
mid
public org.openmali.vecmath2.Point2f mid
BezierSolver
public BezierSolver()
solve
public void solve()