Description Usage Arguments Details Value Author(s) See Also Examples
This generic function has only one method
(lineSegment-methods
) used as a constructor function for
objects that are of class "lineSegment
". This
method should be used in preference to new
to insure a
valid object.
1 | lineSegment(length, orientation, ...)
|
length |
The length of the line segment in the appropriate units (feet for "English" or meters for "metric"). |
orientation |
The line orientation clockwise from north as an azimuth in degrees. |
... |
Arguments that are defined in |
Only one method currently exists for object generation. Its arguments
are documented in lineSegment-methods
.
A valid object of class "lineSegment
"
Jeffrey H. Gove
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.