updating docblock locations.
This commit is contained in:
@@ -13,6 +13,9 @@ class BlendCurve(PyObjectBase):
|
||||
"""
|
||||
Create a BlendCurve that interpolate 2 BlendPoints.
|
||||
curve = BlendCurve(BlendPoint1, BlendPoint2)
|
||||
|
||||
Author: Mattéo Grellier (matteogrellier@gmail.com)
|
||||
License: LGPL-2.1-or-later
|
||||
"""
|
||||
|
||||
def compute(self) -> Any:
|
||||
|
||||
@@ -15,6 +15,9 @@ class BlendPoint(PyObjectBase):
|
||||
myBlendPoint = BlendPoint([Point, D1, D2, ..., DN])
|
||||
BlendPoint can also be constructed from an edge
|
||||
myBlendPoint = BlendPoint(Edge, parameter = float, continuity = int)
|
||||
|
||||
Author: Mattéo Grellier (matteogrellier@gmail.com)
|
||||
License: LGPL-2.1-or-later
|
||||
"""
|
||||
|
||||
@constmethod
|
||||
|
||||
Reference in New Issue
Block a user