Definition at line 9 of file Spline.cs.
◆ AddPoint()
void FalcoEngine.Spline.AddPoint |
( |
Vector3 |
value | ) |
|
Add point to the spline
- Parameters
-
Definition at line 27 of file Spline.cs.
◆ GetPoint()
Vector3 FalcoEngine.Spline.GetPoint |
( |
int |
index | ) |
|
Get point by index
- Parameters
-
- Returns
Definition at line 46 of file Spline.cs.
◆ GetSplineDirection()
Vector3 FalcoEngine.Spline.GetSplineDirection |
( |
float |
t | ) |
|
Get direction on the spline at described position (0...1)
- Parameters
-
- Returns
Definition at line 78 of file Spline.cs.
◆ GetSplinePoint()
Vector3 FalcoEngine.Spline.GetSplinePoint |
( |
float |
t | ) |
|
Get interpolated point on the spline at described position (0...1)
- Parameters
-
- Returns
Definition at line 67 of file Spline.cs.
◆ RemovePoint()
void FalcoEngine.Spline.RemovePoint |
( |
int |
index | ) |
|
Remove point from the spline by index
- Parameters
-
Definition at line 36 of file Spline.cs.
◆ SetPoint()
void FalcoEngine.Spline.SetPoint |
( |
int |
index, |
|
|
Vector3 |
value |
|
) |
| |
Set point by index
- Parameters
-
Definition at line 57 of file Spline.cs.
◆ numPoints
int FalcoEngine.Spline.numPoints |
|
get |
Get number of points in the spline
Definition at line 21 of file Spline.cs.
The documentation for this class was generated from the following file: