vec33D method

Vector3C vec33D(
  1. Vector3D o
)

Implementation

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