|
AnyCAD Rapid API 2026
Help you to create a better world!
|
Public 成员函数 | |
| Quaternion (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| 仅供内部使用 | |
| void | Dispose () |
| Quaternion (float s, Vector3 v) | |
| Quaternion (float w, float x, float y, float z) | |
| Quaternion | clone () |
| Matrix4 | toMatrix4 () |
| Matrix3 | toMatrix3 () |
| Quaternion | conjugate () |
| Vector3 | eulerAngles () |
静态 Public 成员函数 | |
| static Quaternion | makeFromAxisAngle (float angle, Vector3 axis) |
| static Quaternion | makeFromMatrix3 (Matrix3 mat) |
| static Quaternion | makeFromMatrix4 (Matrix3 mat) |
| static Quaternion | makeFromEulerAngles (float pitch, float yaw, float roll) |
| static Quaternion | getRotationTo (Vector3 from, Vector3 to) |
属性 | |
| float | x [get, set] |
| float | y [get, set] |
| float | z [get, set] |
| float | w [get, set] |