vec31D method

Vector3C vec31D(
  1. Vector3D o
)

Implementation

Vector3C vec31D(Vector3D o) => vec31(o.x, o.y, o.z);