findCenter: Finds the center of a circle given three points Equations...

Description Usage Arguments Value

View source: R/spline.R

Description

Finds the center of a circle given three points Equations taken from http://www.ambrsoft.com/TrigoCalc/Circle3D.htm

Usage

1
findCenter(x1, y1, x2, y2, x3, y3)

Arguments

points

that make up the three points on the circumference

Value

a vector [x,y] that is the center of the circle


klapaukh/hangler documentation built on May 20, 2019, 11:04 a.m.