geometry[AreConjugate] - test if two triangles are conjugate for a circle
|
Calling Sequence
|
|
AreConjugate(T1, T2, c)
|
|
Parameters
|
|
T1, T2
|
-
|
two triangles
|
c
|
-
|
circle
|
|
|
|
|
Description
|
|
•
|
Two triangles T1 and T2 are said to be conjugate, or polar, for a circle c if each vertex of one triangle is the pole of a side of the other triangle.
|
•
|
The routine returns true if T1 and T2 are conjugate for c; false if they are not.
|
•
|
The command with(geometry,AreConjugate) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
|
|
Download Help Document
Was this information helpful?