areaoftriangle3D
Calculates the area of the triangle in 3D, defined with these three vertices P1, P2 and 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 triangle
Examples