toD method

Vector3D toD([
  1. Pointer<Vector3C>? ptr
])

Implementation

Vector3D toD([Pointer<Vector3C>? ptr]) => .new(
  originalPointer: ptr,
  x: x,
  y: y,
  z: z,
);