Interface LookAngle

Object representing pitch/yaw angle set (in radians).

interface LookAngle {
    pitch: number;
    yaw: number;
}

Properties

Properties

pitch: number
yaw: number

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.