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


recurse documentation built on Nov. 9, 2023, 1:06 a.m.