linearly v0.32.0 • Docs
linearly v0.32.0 / vec3 / exactEquals
Function: exactEquals()
exactEquals(
a
,b
):boolean
Returns whether or not the vectors have exactly the same elements in the same position (when compared with ===
)
Parameters
• a: vec3
• b: vec3
Returns
boolean