3D Rendering and PhysicsVec3On this pageVec3 Description: A record representing a 3D vector with x, y and z components. Class Object: Vec3 Class. Inherits from: ContainerItem. x Type: Field. Description: The x-component of the vector. Signature: x: number y Type: Field. Description: The y-component of the vector. Signature: y: number z Type: Field. Description: The z-component of the vector. Signature: z: number