geom3d
TangentPlane
find the tangent plane of a point on a sphere
Calling Sequence
Parameters
Description
Examples
TangentPlane(p, A, s)
p
-
name
A
point
s
sphere
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.
with⁡geom3d:
Define a sphere center (0,0,1), radius 1
sphere⁡s,point⁡o,0,0,1,1
Let A be the south pole of s. Find the tangent plane at A
point⁡A,0,0,0
TangentPlane⁡p,A,s
detail⁡p
name of the objectpform of the objectplane3dequation of the plane_z=0
See Also
geom3d[IsTangent]
Download Help Document