Метод | Описание | |
---|---|---|
Equals ( |
||
Equals ( object obj ) : bool | ||
GetCurrentPosition ( ulong currentTime ) : |
||
GetHashCode ( ) : int | ||
GetMotion ( ulong currentTime ) : |
||
GetVelocity ( ulong currentTime ) : |
||
LinearMotion ( ulong startTime, |
Time based constant velocity linear motion
|
|
operator ( ) : bool |
public Equals ( |
||
other | ||
Результат | bool |
public GetCurrentPosition ( ulong currentTime ) : |
||
currentTime | ulong | |
Результат |
public GetMotion ( ulong currentTime ) : |
||
currentTime | ulong | |
Результат |
public GetVelocity ( ulong currentTime ) : |
||
currentTime | ulong | |
Результат |
public LinearMotion ( ulong startTime, |
||
startTime | ulong | The begining time of this motion |
velocity | The velocity per second or 1000 time units | |
initialPosition | The starting point of the line | |
Результат | TrianglesInSpace.Primitives |