polyhedronToXML: Polyhedron to XML

View source: R/serialization-lib.R

polyhedronToXMLR Documentation

Polyhedron to XML

Description

Gets an XML representation out of the polyhedron object

Usage

polyhedronToXML(polyhedron.state.defined, is.transformed.vertices = TRUE)

Arguments

polyhedron.state.defined

the polyhedron to get a representation from

is.transformed.vertices

flag which states if vertices are in original position or transformationMatrix applied

Value

an XML document, ready to be converted to String with XML::saveXML()

Examples

# get the representation of a cube (netlib library)
XML::saveXML(polyhedronToXML(getPolyhedron("netlib", "cube")$state))


Rpolyhedra documentation built on Oct. 1, 2022, 5:06 p.m.