toVector4 method
V4
toVector4()
Converts this quaternion to a V4 with the same (x, y, z, w) components.
Implementation
V4 toVector4() => RaylibVector4Factories.createFactory(x, y, z, w) as V4;
Converts this quaternion to a V4 with the same (x, y, z, w) components.
V4 toVector4() => RaylibVector4Factories.createFactory(x, y, z, w) as V4;