-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v3.8.6] Fix toString for math types #18060
Conversation
@cocos-robot run test cases |
👍 Package size ⤵ -124 bytes, old: 5442241, new: 5442117Interface Check Report! WARNING this pull request has changed these public interfaces:
@@ -15678,8 +15678,13 @@
* @en Calculates the squared length of the quaternion
* @zh 求四元数长度平方
*/
lengthSqr(): number;
+ /**
+ * @en Return the information of the quaternion in string.
+ * @zh 返回当前四元数的字符串表示。
+ */
+ toString(): string;
}
export function quat(other: Quat): Quat;
export function quat(x?: number, y?: number, z?: number, w?: number): Quat;
/**
|
@dumganhar, Please check the result of
Task Details
|
@dumganhar, Please check the result of
Task Details
|
@cocos-robot run test cases |
@dumganhar, Please check the result of
Task Details |
@dumganhar, Please check the result of
Task Details
|
@cocos-robot run test cases |
@dumganhar, Please check the result of
Task Details
|
@dumganhar, Please check the result of
Task Details
|
@cocos-robot run test cases |
@dumganhar, Please check the result of
Task Details |
@dumganhar, Please check the result of
Task Details |
Re: https://forum.cocosengine.org/t/cocos-creator-3-8-5-forum-version-12-04/61483/9?u=dumganhar
Changelog
Continuous Integration
This pull request:
Compatibility Check
This pull request: