Static
addStatic
clampStatic
crossStatic
distanceStatic
dotStatic
equalsStatic
floorStatic
fromfromString
Gets a Vector3 from the string representation produced by Vector3Utils.toString. If any numeric value is not a number or the format is invalid, undefined is returned.
The string to parse
Optional
delimiter: stringThe delimiter used to separate the components. Defaults to the same as the default for Vector3Utils.toString
Static
lerpStatic
magnitudeStatic
multiplymultiply
Element-wise multiplication of two vectors together. Not to be confused with Vector3Utils.dot product or Vector3Utils.cross product
Static
normalizeStatic
rotateStatic
rotateStatic
rotateStatic
scaleStatic
slerpStatic
subtractStatic
totoString
Create a string representation of a vector3
Optional
options: { decimals?: number; delimiter?: string }
Utilities operating on Vector3 objects. All methods are static and do not modify the input objects.