Tapering (InstanceTopic, 3)
From Hi.gher. Space
(Difference between revisions)
m |
m (ontology) |
||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | '''Tapering''' is the process of creating a [[ | + | <[#ontology [kind topic] [cats Construction]]> |
+ | '''Tapering''' is the process of creating a [[pyramid]] from a base [[shape]]. | ||
The shape formed from tapering a base shape ''x'', represented in [[CSG notation]] as ''x''T is the [[set]] of all points included in the [[linear sweep]] between the base object and a given point. | The shape formed from tapering a base shape ''x'', represented in [[CSG notation]] as ''x''T is the [[set]] of all points included in the [[linear sweep]] between the base object and a given point. | ||
- | [[ | + | After the tapering, the number of elements change similarly to going down a row in [[wikipedia:Pascal's triangle|Pascal's triangle]]. Each count is increased by the count one dimension below it, with the number of vertices increasing by one and a single cell of the shape's dimension being formed. For example, when extruding the [[cube]] (which has 8 vertices, 12 edges, 6 faces and of course 1 cell), a [[cubic pyramid]] is formed, which will have 8+1 = 9 vertices, 12+8 = 20 edges, 6+12 = 18 faces, 1+6 = 7 cells and a single new teron. |
Latest revision as of 21:13, 8 February 2014
Tapering is the process of creating a pyramid from a base shape.
The shape formed from tapering a base shape x, represented in CSG notation as xT is the set of all points included in the linear sweep between the base object and a given point.
After the tapering, the number of elements change similarly to going down a row in Pascal's triangle. Each count is increased by the count one dimension below it, with the number of vertices increasing by one and a single cell of the shape's dimension being formed. For example, when extruding the cube (which has 8 vertices, 12 edges, 6 faces and of course 1 cell), a cubic pyramid is formed, which will have 8+1 = 9 vertices, 12+8 = 20 edges, 6+12 = 18 faces, 1+6 = 7 cells and a single new teron.