A baked out curve for a specific frame and view.
Use the getPoint function to get positions along the curve.
Note that some curves, such as the feather curve for a roto shape, are
stored as offsets relative to another curve rather than absolute
positions.
|
|
|
|
a new object with type S, a subtype of T
|
|
|
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |
|
|
CVec4
|
getPoint(self,
t)
Returns:
A CVec4 containing the evalution result. |
|
|
Inherited from object :
__format__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|