dot-calculateCrossingPercentageCmplx: Calculates percentage of trajectory segment within circle

.calculateCrossingPercentageCmplxR Documentation

Calculates percentage of trajectory segment within circle

Description

Calculates the percentage of a segment that lies within a circle for a point A inside the circle and point B outside the circle for a circle with center C and radius R.

Usage

.calculateCrossingPercentageCmplx(Cz, Az, Bz, R)

Arguments

Cz

circle center

Az

point 1

Bz

point 2

R

radius


cbracis/recurse documentation built on July 23, 2024, 5:18 a.m.