The @xyzmaps/harp-geoutils#Projection used when converting from geo to world coordinates.
The object to get the coordinates from.
The reference point.
Optional tiltAxis: Vector3Optional axis used to define the rotation about which the object's tilt occurs, the direction vector to the location from the camera is projected on the plane with the given angle.
Generated using TypeDoc
Gets the tilt angle (in radians) of the object relative to the coordinates of
location.Note: this method can be used to get the direction that an object points to, when
locationis the target of that object, by adding PI to it. Otherwise it only returns the tilt angle (in radians) ofobjectin the tangent space oflocation.