Home | History | Annotate | Download | only in shape

Lines Matching refs:Curve

42  * A <code>Curve</code> is a visual, line-based representation of a {@link Spline}.
49 public class Curve extends Mesh {
57 public Curve(){
61 * Create a curve mesh.
64 * @param controlPoints the control points to use to create this curve
67 public Curve(Vector3f[] controlPoints, int nbSubSegments) {
72 * Create a curve mesh from a Spline
77 public Curve(Spline spline, int nbSubSegments) {
143 * This method creates the Bezier path for this curve.
195 * This method creates the Nurb path for this curve.
265 * This method returns the length of the curve.
266 * @return the length of the curve