TranslationTransform[v] gives a TransformationFunction that represents translation of points by a vector v.
TetGenGetElementAttributes[expr] gets the element attributes in a TetGen expression.
TetGenGetElements[expr] gets the elements in a TetGen expression.
TetGenGetFacets[expr] returns the facets for a TetGen expression.
TetGenSetRegions[expr, pts, index, attrs] sets the regions in a TetGen expression.
Graphics[primitives, options] represents a two-dimensional graphical image.
Point
(Built-in Mathematica Symbol) Point[coords] is a graphics primitive that represents a point. Point[{coords_1, coords_2, ...}] represents a collection of points.
OpenTruncate[expr] truncates each edge of each polygon in graphics expression expr without filling in with a polygon.OpenTruncate[expr, ratio] truncates to the specified ...
Truncate
(Polyhedron Operations Package Symbol) Truncate[expr] truncates each edge of each polygon in graphics expression expr.Truncate[expr, ratio] truncates to the specified ratio of the edge length.
ReflectionTransform[v] gives a TransformationFunction that represents a reflection in a mirror through the origin, normal to the vector v.ReflectionTransform[v, p] gives a ...