TrianglesInSpace.Motion.CombinedMotion.CombinedMotion C# (CSharp) Méthode

CombinedMotion() public méthode

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