Interface ICurveSamplerT
ICurveSampler<T> interface
Defines a curve that can be sampled at any point.
public interface ICurveSampler<T>
| Parameter | Description |
|---|---|
| T | The type of a point in the curve. |
Methods
| Name | Description |
|---|---|
| GetPoint(float) | Samples the curve at the given offset. |
See Also
- namespace Aspose.CAD.FileFormats.GLB.Animations
- assembly Aspose.CAD