Spc.MakeSphere: Return an elementary sphere object

Description Usage Arguments Value See Also Examples

Description

Return an elementary sphere object

Usage

1
2
Spc.MakeSphere(centre, radius, properties = NA, direction.pole = NA,
  direction.meridian = NA)

Arguments

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.

Value

Elementary sphere object

See Also

Other constructors: Spc.Combine, Spc.MakeCuboid, Spc.MakePlane, Spc.MakePolygon, Spc.MakeTriangle

Examples

1
  s <- Spc.MakeSphere(c(0,0,0), 2, surface_props)

JerBoon/vecspace documentation built on May 26, 2019, 7:28 a.m.