toD method

Vector4D toD([
  1. Pointer<Vector4C>? ptr
])

Implementation

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