vec32C method

Vector3C vec32C(
  1. Vector3C o
)

Implementation

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