vec3.squaredDistance: Difference between revisions
Jump to navigation
Jump to search
m (Mex moved page Vec3.squaredDistance to vec3.squaredDistance) |
(No difference)
|
Revision as of 15:36, 24 August 2019
Method Server and Client
![]()
Online and Offline
Available since Server 1.0.0, Client 1.0.0
float vec3.squaredDistance(Vec3 vector2)
The vec3.squaredDistance method is used to fetch the squared distance of the two 3D vectors.
Parameters
| 1) | Vec2 | vector2 | The second 2D vector. |
Return
| float | A floating-point number representing the squared distance of the two 3D vectors. |
Types
Shared Vec3
Notes
There aren't any notes for this method.
Examples
There aren't any examples for this method.
Compatibility
There isn't any compatibility information for this method.