TrianglesInSpace.Motion.CombinedMotion.CombinedMotion C# (CSharp) Method

CombinedMotion() public method

public CombinedMotion ( IEnumerable motion ) : System.Collections.Generic
motion IEnumerable
return System.Collections.Generic
        public CombinedMotion(IEnumerable<IMotion> motion)
        {
            m_Path = motion.ToList();
        }