A Vector4 backed by a shared Float32Array at a fixed offset. Replacing
the four component accessors inherits every Vector4 method as-is; they are
installed on the prototype because TypeScript forbids overriding an
inherited property with an accessor in the class body (TS2611).
A
Vector4backed by a sharedFloat32Arrayat a fixed offset. Replacing the four component accessors inherits everyVector4method as-is; they are installed on the prototype because TypeScript forbids overriding an inherited property with an accessor in the class body (TS2611).