JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
toxi.geom.mesh.subdiv.NewSubdivStrategy
Packages that use
NewSubdivStrategy
Package
Description
toxi.geom.mesh.subdiv
toxi.newmesh
Uses of
NewSubdivStrategy
in
toxi.geom.mesh.subdiv
Classes in
toxi.geom.mesh.subdiv
that implement
NewSubdivStrategy
Modifier and Type
Class
Description
class
CentroidSubdiv
class
MidpointSubdiv
Uses of
NewSubdivStrategy
in
toxi.newmesh
Methods in
toxi.newmesh
with parameters of type
NewSubdivStrategy
Modifier and Type
Method
Description
IndexedTriangleMesh
IndexedTriangleMesh.
subdivide
(
NewSubdivStrategy
strategy)