Description Usage Arguments Value See Also Examples
Return an elementary triangle object
1 | Spc.MakeTriangle(A, B, C, properties = NA)
|
A, B, C |
A, B, and C define the corners of the triangle in space |
properties |
Package-independent object defining additional triangle properties. Default NA |
Elementary triangle object. The function neither checks that the 3 input points are not colinear, nor that any of the 3 points are equal. Expect odd-ish results in either of those cases, since the resulting object will we either a line or a point with zero area.
Other constructors: Spc.Combine
,
Spc.MakeCuboid
,
Spc.MakePlane
,
Spc.MakePolygon
,
Spc.MakeSphere
1 | t <- Spc.MakeTriangle(c(0,0,0), c(1,1,1), c(2,0,10), surface_props)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.