Package eu.mihosoft.vrl.v3d
Class Extrude
java.lang.Object
eu.mihosoft.vrl.v3d.Extrude
Extrudes concave and convex polygons.
- Author:
- Michael Hoffer <info@michaelhoffer.de>
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanstatic CSGExtrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.static CSGExtrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.
- 
Method Details- 
pointsExtrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.- Parameters:
- dir- direction
- points- path (convex or concave polygon without holes or intersections)
- Returns:
- a CSG object that consists of the extruded polygon
 
- 
pointsExtrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.- Parameters:
- dir- direction
- points- path (convex or concave polygon without holes or intersections)
- Returns:
- a CSG object that consists of the extruded polygon
 
- 
isCCW
 
-