Uses of Interface
toxi.geom.nurbs.NurbsSurface
Packages that use NurbsSurface
-
Uses of NurbsSurface in toxi.geom.nurbs
Classes in toxi.geom.nurbs that implement NurbsSurfaceMethods in toxi.geom.nurbs that return NurbsSurfaceModifier and TypeMethodDescriptionstatic NurbsSurface
NurbsCreator.createRevolvedSurface
(Axis3D a, NurbsCurve curve, double theta) Create a revolved NurbsSurface from the given NurbsCurve around the given axis whith the angle theta.static NurbsSurface
NurbsCreator.createRevolvedSurface
(Axis3D a, NurbsCurve curve, double thetaStart, double thetaEnd) Create a revolved NurbsSurface from the given NurbsCurve around the given axis whith the angle theta.static NurbsSurface
NurbsCreator.createSwungSurface
(NurbsCurve proj, NurbsCurve traj, float alpha) Creates aNurbsSurface
by swinging a profileNurbsCurve
in the XZ plane around a trajectory curve in the XY plane.static NurbsSurface
NurbsCreator.extrudeCurve
(NurbsCurve curve, Vec3D extrude) Perform a linear extrusion of the givenNurbsCurve
along the supplied vector to produce a newNurbsSurface
.NurbsMeshCreator.getSurface()
static NurbsSurface
NurbsCreator.globalSurfaceInterpolation
(Vec3D[][] points, int uDegrees, int vDegrees) Interpolates a NurbsSurface from the given points using a gloabl interpolation technique.Methods in toxi.geom.nurbs with parameters of type NurbsSurfaceConstructors in toxi.geom.nurbs with parameters of type NurbsSurfaceModifierConstructorDescriptionNurbsMeshCreator
(NurbsSurface surf) NurbsMeshCreator
(NurbsSurface surf, Vec2D maxUV)