Non-uniform spline interface.
Public Member Functions | |
| virtual tBool | SetType (eNUSplineType aType)=0 |
| Set the spline type. {Property}. More... | |
| virtual eNUSplineType | GetType () const =0 |
| Get the spline type. {Property}. More... | |
| virtual void | Clear ()=0 |
| Clear the spline, remove all nodes. More... | |
| virtual void | AddNode (const sVec4f &avNode)=0 |
| Add a node. More... | |
| virtual tBool | RemoveNode (tU32 anIndex)=0 |
| Remove the node at the specified index. More... | |
| virtual tU32 | GetNumNodes () const =0 |
| Get the number of nodes. {Property}. More... | |
| virtual tBool | SetNode (tU32 anIndex, const sVec4f &avNode)=0 |
| Set the node at the specified index. {Property}. More... | |
| virtual sVec4f | GetNode (tU32 anIndex) const =0 |
| Get the node at the specified index. {Property}. More... | |
| virtual tF32 | GetNodeDistance (tU32 anIndex) const =0 |
| Get the distance of the specified node. {Property}. More... | |
| virtual tF32 | GetLength () const =0 |
| Get the length of the path. {Property}. More... | |
| virtual sVec3f | GetPosition (tF32 afTime)=0 |
| Get the position at the specified time. More... | |
| virtual sVec3f | GetRelativePosition (tF32 afTime)=0 |
| Get the relative position at the specified time. More... | |
| virtual tBool | SerializeDataTable (iDataTable *apDT, tSerializeFlags aFlags)=0 |
| Serialize the spline in the specified datatable. More... | |
Public Member Functions inherited from iUnknown | |
| virtual tBool | IsOK () const =0 |
| Check if the object is valid. More... | |
| virtual tI32 | AddRef ()=0 |
| Signal that one more reference of the object has been created. More... | |
| virtual tI32 | Release ()=0 |
| Release a reference of the object. More... | |
| virtual void | DeleteThis ()=0 |
| Bypass any reference counting and delete this object. More... | |
| virtual void | Invalidate ()=0 |
| Invalidate the object. More... | |
| virtual iUnknown * | QueryInterface (const tUUID &aIID)=0 |
| Query an interface. More... | |
| virtual void | ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0 |
| Fill a UUID list containing the UUIDs of the implemented interfaces. More... | |
| virtual tI32 | SetNumRefs (tI32 anNumRefs)=0 |
| Set the reference counter directly. More... | |
| virtual tI32 | GetNumRefs () const =0 |
| Get the number of references to this object. More... | |
|
pure virtual |
Set the spline type. {Property}.
|
pure virtual |
Get the spline type. {Property}.
|
pure virtual |
Clear the spline, remove all nodes.
Add a node.
|
pure virtual |
Get the number of nodes. {Property}.
Set the node at the specified index. {Property}.
Get the node at the specified index. {Property}.
Get the distance of the specified node. {Property}.
|
pure virtual |
Get the length of the path. {Property}.
Get the position at the specified time.
Get the relative position at the specified time.
|
pure virtual |
Serialize the spline in the specified datatable.
1.8.7