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