HomeSort by relevance Sort by last modified time
    Searched defs:Curve (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Curve.java 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
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 96 static OSStatus Curve(const Float32Point *pt1, const Float32Point *pt2, const Float32Point *pt3, void *cb);
420 &SkScalerContext_Mac::Curve,
438 OSStatus SkScalerContext_Mac::Curve(const Float32Point *pt1,

Completed in 1001 milliseconds