kOS.GeoCoordinates.GetBearing C# (CSharp) 메소드

GetBearing() 공개 메소드

public GetBearing ( Vessel vessel ) : float
vessel Vessel
리턴 float
        public float GetBearing(Vessel vessel)
        {
            return VesselUtils.AngleDelta(VesselUtils.GetHeading(vessel), GetHeadingFromVessel(vessel));
        }