Skip to main content
3D vector with math. Vector(x, y, z).

Fields

Arithmetic

Methods

QAngle

Euler angles: pitch, yaw, roll. QAngle(pitch, yaw, roll).
No arithmetic (angles don’t add cleanly outside specific contexts). Extract the fields if you need to do math on them.

Passing to entity fields

Anywhere entity.* writes a Vector or QAngle schema field, both the typed object and a plain table work:
Reads always return the typed object.