Gimp.Vector3.prototype.length
function length(): Number(gdouble) {
// Gjs wrapper for gimp_vector3_length()
}
Computes the length of a 3D vector.
- Returns
the length of vector (a positive gdouble).
function length(): Number(gdouble) {
// Gjs wrapper for gimp_vector3_length()
}
Computes the length of a 3D vector.
the length of vector (a positive gdouble).