circumcenter: Circumcenter calculator

View source: R/geometry.R

circumcenterR Documentation

Circumcenter calculator

Description

Calculates the circumcenter of the given triangle

Usage

circumcenter(A, B, C)

Arguments

A, B, C

Three points of the triangle

Value

Coordinates of the circumcenter in (x,y) format

Examples

circumcenter(c(0,0), c(1, 5), c(-3,1))

ZeroDawn0D/trianglegsoc documentation built on April 1, 2022, 12:18 a.m.