areaofparal3D
Calculates the area of the parallelogram in 3D, defined with its three vertices. Vertices has to be in order P1-P2-P3. Depending on input, function can return scalar, vector or matrix
Arguments
- p1(x)
- p1(y)
- p1(z)
- p2(x)
- p2(y)
- p2(z)
- p3(x)
- p3(y)
- p3(z)
Output
Area of parallelogram
Examples