Distance.zero constructor

Distance.zero()

Implementation

Distance.zero() {
  Distance(0.0);
}