geom3d[TangentPlane] - find the tangent plane of a point on a sphere
|
Calling Sequence
|
|
TangentPlane(p, A, s)
|
|
Parameters
|
|
p
|
-
|
name
|
A
|
-
|
point
|
s
|
-
|
sphere
|
|
|
|
|
Description
|
|
•
|
Let A be a point on the sphere s, the routine returns the tangent plane p of s at A.
|
•
|
For more details on the tangent plane, use detail.
|
•
|
The command with(geom3d,TangentPlane) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
Define a sphere center (0,0,1), radius 1
>
|
|
| (1) |
Let A be the south pole of s. Find the tangent plane at A
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
Warning, assuming that the names of the axes are _x, _y and _z
| |
| (4) |
|
|
Download Help Document
Was this information helpful?