signedArea

open fun signedArea(other: Vector2<*>): Double(source)

Computes the signed area of the parallelogram formed by this vector and another vector.

Return

The signed area of the parallelogram.

Parameters

other

The other vector.