hyades.physics.Spring.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
        public void Reset()
        {
            d = (pointmass_a.position - pointmass_b.position).Length();
        }