Uses of Class
com.github.weisj.jsvg.geometry.mesh.CoonPatch
-
Packages that use CoonPatch Package Description com.github.weisj.jsvg.geometry.mesh com.github.weisj.jsvg.nodes.mesh -
-
Uses of CoonPatch in com.github.weisj.jsvg.geometry.mesh
Methods in com.github.weisj.jsvg.geometry.mesh that return CoonPatch Modifier and Type Method Description static @NotNull CoonPatch
CoonPatch. createUninitialized()
Methods in com.github.weisj.jsvg.geometry.mesh that return types with arguments of type CoonPatch Modifier and Type Method Description Subdivided<CoonPatch>
CoonPatch. subdivide()
-
Uses of CoonPatch in com.github.weisj.jsvg.nodes.mesh
Fields in com.github.weisj.jsvg.nodes.mesh declared as CoonPatch Modifier and Type Field Description (package private) @NotNull CoonPatch
MeshPatch. coonPatch
Methods in com.github.weisj.jsvg.nodes.mesh with parameters of type CoonPatch Modifier and Type Method Description private static void
MeshBuilder. assertPatchDefined(@NotNull CoonPatch coonPatch)
private void
MeshPatch. renderPath(@NotNull Output output, @NotNull CoonPatch patch, float scaleX, float scaleY, int depth)
-