NurbsCurveInterface¶
from panda3d.core import NurbsCurveInterface
-
class
NurbsCurveInterface
¶ This abstract class defines the interface only for a Nurbs-style curve, with knots and coordinates in homogeneous space.
The
NurbsCurve
class inherits both from this and fromParametricCurve
.Inheritance diagram
-
static
getClassType
() → TypeHandle¶
-
removeAllCvs
()¶
-
setCvPoint
(n: int, v: LVecBase3) → bool¶ Repositions the indicated CV. Returns true if successful, false otherwise.
-
setCvPoint
(n: int, x: float, y: float, z: float) → bool Repositions the indicated CV. Returns true if successful, false otherwise.
-
static