Spc.AsPolylines: Outputs all object coordinates as a list of 3 column matrices...

Description Usage Arguments Value See Also Examples

View source: R/classdefs.R

Description

Outputs all object coordinates as a list of 3 column matrices corresponding to (x,y,z) coordinates of relevant points. Treats spheres and planes as special cases, since these obviously can't be accurately reproduced in wire-frame form

Usage

1
Spc.AsPolylines(obj, flatten = FALSE)

Arguments

flatten

Simplify the results for better 2D rendering. Think of spheres, which is 2D render works better as a circle.

object

The object (elementary or compound) to be plotted

Value

List of matrices

See Also

Other outputs: Spc.Plot

Examples

1
  Spc.AsPolylines (my_world)

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