Uses of Interface
toxi.geom.mesh.SurfaceFunction

Packages that use SurfaceFunction
toxi.geom.mesh   
 

Uses of SurfaceFunction in toxi.geom.mesh
 

Classes in toxi.geom.mesh that implement SurfaceFunction
 class SphereFunction
          This implementation of a SurfaceFunction samples a given Sphere instance when called by the SurfaceMeshBuilder.
 class SphericalHarmonics
          Spherical harmonics surface evaluator based on code by Paul Bourke: http://local.wasp.uwa.edu.au/~pbourke/geometry/sphericalh/
 class SuperEllipsoid
          Super ellipsoid surface evaluator based on code by Paul Bourke: http://local.wasp.uwa.edu.au/~pbourke/geometry/superellipse/
 

Methods in toxi.geom.mesh that return SurfaceFunction
 SurfaceFunction SurfaceMeshBuilder.getFunction()
           
 

Methods in toxi.geom.mesh with parameters of type SurfaceFunction
 void SurfaceMeshBuilder.setFunction(SurfaceFunction function)
           
 

Constructors in toxi.geom.mesh with parameters of type SurfaceFunction
SurfaceMeshBuilder(SurfaceFunction function)