geometry
method
returns the method to define a triangle
Calling Sequence
Parameters
Description
Examples
method(T)
T
-
triangle
The routine returns the method used to define the triangle T. It returns ``points'', ``sides'', or ``angle''. See the help page of triangle for the explanation of the output.
The command with(geometry,method) allows the use of the abbreviated form of this command.
withgeometry:
pointA,0,0,pointB,1,1,pointC,1,0:
triangleT1,A,B,C:
methodT1
points
triangleT2,3,3,3:
methodT2
sides
See Also
geometry[triangle]
Download Help Document