polygonArea.polygon3d: Calculates the area of a polygon.

Description Usage See Also Examples

View source: R/polygon3d.R

Description

A method that computes the area of simple convex 3D polygons of class polygon3d.

Usage

1

See Also

polygonArea

Examples

1
2
p <- newPolygon3d(c(0,1,2,1,2,0), c(0,0,1,2,3,3), c(0,0,0,0,0,0))
print(polygonArea(p))

tunelipt/model3d documentation built on Nov. 5, 2019, 10:59 a.m.