.calculateCrossingPercentageCmplx {recurse} | R 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 |
[Package recurse version 1.4.0 Index]