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