C# Class TrianglesInSpace.Motion.CombinedMotion

Mostra file Open project: anthony-martin/Triangles-in-space Class Usage Examples

Public Methods

Method Description
CombinedMotion ( IEnumerable motion ) : System.Collections.Generic
GetCurrentMotion ( ulong currentTime ) : IMotion

Method Details

CombinedMotion() public method

public CombinedMotion ( IEnumerable motion ) : System.Collections.Generic
motion IEnumerable
return System.Collections.Generic

GetCurrentMotion() public method

public GetCurrentMotion ( ulong currentTime ) : IMotion
currentTime ulong
return IMotion