setD method

Vector3C setD(
  1. Vector3D o
)

Implementation

Vector3C setD(Vector3D o) => set(o.x, o.y, o.z);