geometry[CrossRatio] - compute the cross ratio (or anharmonic ratio, or double ratio) of four points
|
Calling Sequence
|
|
CrossRatio(A, B, C, F)
|
|
Description
|
|
•
|
Given four points A, B, C, F, the routine CrossRatio(A, B, C, F) computes the cross ratio of A, B, C, F taken in this order.
|
•
|
If A, B, C, F are four distinct points on an ordinary line, the cross ratio of A, B, C, F taken in this order is defined as (SensedMagnitude(AC)/SensedMagnitude(CB))/ (SensedMagnitude(AD)/SensedMagnitude(DB))
|
•
|
The command with(geometry,CrossRatio) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?