Class LinearSpline
- Namespace
- FriedSynapse.FlowEnt
public class LinearSpline : AbstractSpline, ISpline, ICurve
- Inheritance
-
LinearSpline
- Implements
- Inherited Members
- Extension Methods
Constructors
LinearSpline(List<Vector3>)
Creates a linear spline. Uncurvy.
public LinearSpline(List<Vector3> points)
Parameters
points
List<Vector3>The sequence of points that will create the spline.
LinearSpline(params Vector3[])
Creates a linear spline. Uncurvy.
public LinearSpline(params Vector3[] points)
Parameters
points
Vector3[]The sequence of points that will create the spline.
Methods
GetPoint(float)
public override Vector3 GetPoint(float t)
Parameters
t
float
Returns
- Vector3