Uses of Interface
toxi.geom.nurbs.NurbsSurface
-
Uses of NurbsSurface in toxi.geom.nurbs
Modifier 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.ModifierConstructorDescriptionNurbsMeshCreator
(NurbsSurface surf) NurbsMeshCreator
(NurbsSurface surf, Vec2D maxUV)