distance method
- TransformNode other
The distance between this node's absolute position and other's.
Implementation
double distance(TransformNode other) => absolutePosition.distance(other.absolutePosition);
The distance between this node's absolute position and other's.
double distance(TransformNode other) => absolutePosition.distance(other.absolutePosition);