gyrocentroid {gyro}R Documentation

Gyrocentroid

Description

Gyrocenroid of a triangle.

Usage

gyrocentroid(A, B, C, s = 1, model = "U")

Arguments

A, B, C

three distinct points

s

positive number, the radius of the Poincaré ball if model="M", otherwise, if model="U", this number defines the hyperbolic curvature (the smaller, the more curved)

model

the hyperbolic model, either "M" (Möbius model, i.e. Poincaré model) or "U" (Ungar model, i.e. hyperboloid model)

Value

A point, the gyrocentroid of the triangle ABC.


[Package gyro version 1.4.0 Index]