-
Notifications
You must be signed in to change notification settings - Fork 28
dos_wedgeproduct
Dale Fugier edited this page Nov 1, 2023
·
1 revision
Calculates the wedge product, or the signed area of the parallelogram, of two 2D vectors.
(dos_wedgeproduct vector1 vector2)
vector1
The first vector.
vector2
The second vector.
The wedge product, if successful.
nil on error.
Command: (dos_wedgeproduct '(5 0) '(3 2))
10