factory XRRayDirectionInit({double? x, double? y, double? z, double? w}) => XRRayDirectionInit._(x: x ?? 0, y: y ?? 0, z: z ?? -1, w: w ?? 0);