length

function

length()

Description

Calculates the length of self.

Returns

real Length of self.

Example

vec1 = new Vec3(1, 1, 1);
show_debug_message(vec1.length()); // Result: 1.73

Copyright © 2020, eL-Falso. Built on December 14, 2020 using GMDoc.