surface_triangle: Triangle surface

View source: R/surfaces.R

surface_triangleR 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))

stla/uniformly documentation built on July 29, 2023, 4:35 p.m.