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 CoonPatchCoonPatch. 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 CoonPatchMeshPatch. coonPatchMethods in com.github.weisj.jsvg.nodes.mesh with parameters of type CoonPatch Modifier and Type Method Description private static voidMeshBuilder. assertPatchDefined(@NotNull CoonPatch coonPatch)private voidMeshPatch. renderPath(@NotNull Output output, @NotNull CoonPatch patch, float scaleX, float scaleY, int depth)
-