vec33C method

Vector3C vec33C(
  1. Vector3C o
)

Implementation

Vector3C vec33C(Vector3C o) => vec33(o.x, o.y, o.z);