TrianglesInSpace.Motion.LinearMotion.GetVelocity C# (CSharp) 메소드

GetVelocity() 공개 메소드

public GetVelocity ( ulong currentTime ) : Vector
currentTime ulong
리턴 TrianglesInSpace.Primitives.Vector
        public Vector GetVelocity(ulong currentTime)
        {
            //to match the interface and incase acceleration is added
            return m_Velocity;
        }