Uses of Class
mgui.morph.sections.MappedPolygon2DPath
Package | Description |
---|---|
mgui.morph.sections |
-
Uses of MappedPolygon2DPath in mgui.morph.sections
Methods in mgui.morph.sections that return types with arguments of type MappedPolygon2DPath Modifier and Type Method Description java.util.ArrayList<MappedPolygon2DPath>
MappedPolygon2DPath. getBifurcatedPaths()
Adds a map to this path and creates new paths for each additional map in the buffer.java.util.ArrayList<MappedPolygon2DPath>
MorphEngine. getMappedPolygons(SectionSet3DInt polySet, double weight_thres)
java.util.ArrayList<MappedPolygon2DPath>
MorphEngine. getMappedPolygons(SectionSet3DInt polySet, double weight_thres, boolean mapMulti)
Maps the set of polygons inpolyset
between each neighbouring section.java.util.ArrayList<MappedPolygon2DPath>
MorphEngine. getNodeTangents(java.util.ArrayList<MappedPolygon2DPath> paths, double spacing, double endFactor)
Given a list of mapped polygons, assign tangents to nodes based upon the mapping vectors.Method parameters in mgui.morph.sections with type arguments of type MappedPolygon2DPath Modifier and Type Method Description java.util.ArrayList<MappedPolygon2DPath>
MorphEngine. getNodeTangents(java.util.ArrayList<MappedPolygon2DPath> paths, double spacing, double endFactor)
Given a list of mapped polygons, assign tangents to nodes based upon the mapping vectors.SectionSet3DInt
MorphEngine. getSubsections(java.util.ArrayList<MappedPolygon2DPath> paths, int iters, AttributeList attr)
Given a set of mapped polygons, generatenew subsections for each section s, which morph from polygon i to polygon j. Constructors in mgui.morph.sections with parameters of type MappedPolygon2DPath Constructor Description MappedPolygon2DPath(MappedPolygon2DPath path)