clone
fun clone(headingPitchRoll: HeadingPitchRoll, result: HeadingPitchRoll? = definedExternally): HeadingPitchRoll(source)
Duplicates a HeadingPitchRoll instance.
Return
The modified result parameter or a new HeadingPitchRoll instance if one was not provided. (Returns undefined if headingPitchRoll is undefined)
Parameters
headingPitchRoll
The HeadingPitchRoll to duplicate.
result
The object onto which to store the result.