vec32D method

Vector3C vec32D(
  1. Vector3D o
)

Implementation

Vector3C vec32D(Vector3D o) => vec32(o.x, o.y, o.z);