de.grogra.math
Class BezierCurve
java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.graph.impl.ContextDependentBase
de.grogra.math.VertexSetBase
de.grogra.math.VertexListImpl
de.grogra.math.BezierCurve
- All Implemented Interfaces:
- ContextDependent, BSplineCurve, KnotVector, VertexList, VertexSet, Manageable, Shareable
public class BezierCurve
- extends VertexListImpl
- implements BSplineCurve
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
$TYPE
public static final BezierCurve.Type $TYPE
rational$FIELD
public static final SCOType.Field rational$FIELD
BezierCurve
public BezierCurve()
BezierCurve
public BezierCurve(float[] data,
int dimension)
getDegree
public int getDegree(GraphState gs)
- Specified by:
getDegree
in interface BSplineCurve
getKnot
public float getKnot(int dim,
int index,
GraphState gs)
- Specified by:
getKnot
in interface KnotVector
getManageableType
public ManageableType getManageableType()
- Specified by:
getManageableType
in interface Manageable
- Overrides:
getManageableType
in class VertexListImpl
getSize
public int getSize(GraphState gs)
- Specified by:
getSize
in interface VertexList
- Overrides:
getSize
in class VertexListImpl
isRational
public boolean isRational()
isRational
public boolean isRational(GraphState gs)
- Specified by:
isRational
in interface VertexSet
- Overrides:
isRational
in class VertexSetBase
setRational
public void setRational(boolean value)