astAxDistanceastAxDistance
-
Find the distance between two axis values
Description:
This function returns a signed value representing the axis increment
from axis value v1 to axis value v2.
For a simple FrameFrame, this is a trivial operation returning the
difference between the two axis values. But for other derived classes
of Frame (such as a SkyFrameSkyFrame) this is not the case.