Spc.MakePlane: Return an elementary plane object

Description Usage Arguments Value See Also Examples

Description

Return an elementary plane object

Usage

1
2
Spc.MakePlane(point, normal, properties = NA, direction.north = NA,
  direction.east = NA)

Arguments

point

A point on the plane

normal

A vector which is normal to the direction of the plane

properties

Package-independent object defining additional plane properties. Default NA

direction.north, direction.east

Nominal north and east directional vectors along the plane. If supplied, an intersect will also calculate and return components $north and $east, as the amount of direction of north and east the intersect is from the plane centre point. Alse, where supplied, none of north, east or normal should be parallel.

Value

Elementary plane object.

See Also

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

Examples

1
  pl <- Spc.MakePlane(c(0,0,0), c(0,1,0), "Dave")

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