Interface CameraState

    • Method Detail

      • getLocation

        Vector3d getLocation()
        Returns the location of the camera in 3D space.
        Returns:
        the location
        Since:
        9.12.0
      • getUpDirection

        Vector3d getUpDirection()
        Returns the up direction of the camera as unit vector in 3D space.
        Returns:
        the up direction
        Since:
        9.12.0
      • getDirection

        Vector3d getDirection()
        Returns the direction of the camera as unit vector in 3D space.
        Returns:
        the direction
        Since:
        9.12.0