A callback for removing the event listener.
Alias of getEntityOrientationInReferenceFrame
Alias of getEntityPositionInReferenceFrame
Convert an Entity's position and orientation properties to a new reference frame. The properties must be constant properties.
The entity to convert.
The time which to retrieve the pose up the reference chain.
a boolean indicating success or failure. Will be false if either property is not constant, or if either property cannot be converted to the new frame.
Get array of ancestor reference frames of a Cesium Entity.
A Cesium Entity to get ancestor reference frames.
Get the value of the Orientation property at the provided time and in the provided reference frame.
The entity to get position.
The time for which to retrieve the value.
The desired referenceFrame of the result.
The object to store the value into.
The modified result parameter.
Gets the value of the Position property at the provided time and in the provided reference frame.
The entity to get position.
The time for which to retrieve the value.
The desired referenceFrame of the result.
The object to store the value into.
The modified result parameter.
Get root reference frame of the Cesium Entity.
the first frame from ancestor reference frames array.
Create a SerializedEntityPose from a source entity.
The entity which the serialized pose represents.
The time which to retrieve the pose.
The reference frame to use for generating the pose. By default, uses the root reference frame of the entity.
An EntityPose object with orientation, position and referenceFrame.
Create an ArgonSystem instance. If we are running within a REALITY_MANAGER, this function will create an ArgonSystem which has the REALITY_AUGMENTOR role. If we are not running within a REALITY_MANAGER, this function will create an ArgonSystem which has the REALITY_MANAGER role.
Not yet implemented.
Initialize an ArgonSystem with the REALITY_VIEW role
Parse URL to an object describing details of the URL with href, protocol, hostname, port, pathname, search, hash, host.
A URL needed to be parsed.
An object showing parsed URL with href, protocol, hostname, port, pathname, search, hash, host.
If urlParser does not have a value, throw error message "resolveURL requires DOM api". If inURL is undefined, throw error message "expected inURL". Otherwise, assign value of inURL to urlParser.href.
A URL needed to be resolved.
A URL ready to be parsed.
Generated using TypeDoc
A callback for message events.