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