| surface_triangle {uniformly} | R Documentation |
Triangle surface
Description
Surface of a triangle.
Usage
surface_triangle(v1, v2, v3)
Arguments
v1, v2, v3 |
vertices of the triangle |
Value
The surface of the triangle with vertices v1, v2,
v3.
Examples
surface_triangle(c(0,0), c(0,1), c(1,0))
[Package uniformly version 0.5.0 Index]