静态add静态clamp静态distance静态dot静态equals静态floor静态fromfromString
Gets a VectorXZ from the string representation produced by VectorXZUtils.toString. If any numeric value is not a number or the format is invalid, undefined is returned.
The string to parse
可选delimiter: stringThe delimiter used to separate the components. Defaults to the same as the default for VectorXZUtils.toString
静态lerp静态magnitude静态multiplymultiply
Element-wise multiplication of two vectors together. Not to be confused with VectorXZUtils.dot product
静态normalize静态scale静态slerp静态subtract静态totoString
Create a string representation of a vectorxz
可选options: { decimals?: number; delimiter?: string }
Utilities operating on VectorXZ objects. All methods are static and do not modify the input objects.