-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
this is the same as: return (b - a).sqrMagnitude (https://docs.unity3d.com/ScriptReference/Vector3-sqrMagnitude.html)
this is the same as return a * s (https://docs.unity3d.com/ScriptReference/Vector3-operator_multiply.html)
this is the same as return Vector3.Sacle(a, b) (https://docs.unity3d.com/ScriptReference/Vector3.Scale.html)
same things apply for Vector2Extensions
Metadata
Metadata
Assignees
Labels
No labels