QAngle Properties float x -- Gets the X coordinate float y -- Gets the Y coordinate float z -- Gets the Z coordinate Declaration QAngle ang; QAngle ang(x,y,z); QAngle ang = QAngle(x,y,z);