Property | Type | Description | |
---|---|---|---|
End | Vector3 | ||
Feed | double | ||
Start | Vector3 |
Method | Description | |
---|---|---|
Interpolate ( double ratio ) : Vector3 |
get intermediate point along the path
|
|
Split ( double length ) : IEnumerable |
Split motion into smaller fragments, still following the same path
|
public abstract Interpolate ( double ratio ) : Vector3 | ||
ratio | double | ratio between intermediate point and end |
return | Vector3 |
public abstract Split ( double length ) : IEnumerable |
||
length | double | the maximum allowed length per returned segment |
return | IEnumerable |