Description Usage Arguments Value See Also Examples
Return an elementary sphere object
1 2 | Spc.MakeSphere(centre, radius, properties = NA, direction.pole = NA,
direction.meridian = NA)
|
centre |
Centre of sphere |
radius |
of sphere |
properties |
Package-independent object defining additional sphere properties Default NA |
direction.pole, direction.meridian |
Nominal north pole direction vector, and a direction vector to a point on the prime meridian. If supplied, an intersect will also calculate and return components $north and $east, as the polar coordinates north (-90 to 90) and east (0 - 360) of the intersection point on the sphere. Alse, where supplied, these must not be parallel. |
Elementary sphere object
Other constructors: Spc.Combine
,
Spc.MakeCuboid
,
Spc.MakePlane
,
Spc.MakePolygon
,
Spc.MakeTriangle
1 | s <- Spc.MakeSphere(c(0,0,0), 2, surface_props)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.