UNPKG

@cearth/tools

Version:
83 lines (38 loc) 931 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@cearth/tools](./tools.md) &gt; [quaternionToHeadingPitchRoll](./tools.quaterniontoheadingpitchroll.md) ## quaternionToHeadingPitchRoll() function 四元数转 HeadingPitchRoll **Signature:** ```typescript export declare function quaternionToHeadingPitchRoll(quate: Quaternion, referFrame: Matrix4, result?: HeadingPitchRoll): HeadingPitchRoll; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> quate </td><td> Quaternion </td><td> </td></tr> <tr><td> referFrame </td><td> Matrix4 </td><td> </td></tr> <tr><td> result </td><td> HeadingPitchRoll </td><td> _(Optional)_ </td></tr> </tbody></table> **Returns:** HeadingPitchRoll