JavaCAD
src
main
java
eu
mihosoft
vrl
v3d
IExtrusion.java
Go to the documentation of this file.
1
package
eu.mihosoft.vrl.v3d;
2
3
import
java.util.List;
4
5
public
interface
IExtrusion
{
12
CSG
extrude
(
Vector3d
dir, List<Vector3d> points) ;
22
CSG
extrude
(
Vector3d
dir,
Polygon
polygon1);
23
}
eu.mihosoft.vrl.v3d.CSG
Definition:
CSG.java:109
eu.mihosoft.vrl.v3d.Polygon
Definition:
Polygon.java:51
eu.mihosoft.vrl.v3d.Vector3d
Definition:
Vector3d.java:48
eu.mihosoft.vrl.v3d.IExtrusion
Definition:
IExtrusion.java:5
eu.mihosoft.vrl.v3d.IExtrusion.extrude
CSG extrude(Vector3d dir, List< Vector3d > points)
eu.mihosoft.vrl.v3d.IExtrusion.extrude
CSG extrude(Vector3d dir, Polygon polygon1)
Generated by
1.9.1