Canguro.Controller.Tracking.LineTrackingService.SetPoint C# (CSharp) Method

SetPoint() public method

public SetPoint ( System.Vector3 vecInternational ) : void
vecInternational System.Vector3
return void
        public override void SetPoint(Vector3 vecInternational)
        {
            startVec = vecInternational;
            reset();
        }