Uses of Class
toxi.geom.Axis3D
-
Uses of Axis3D in toxi.geom
Modifier and TypeMethodDescriptionstatic final Axis3D
Axis3D.xAxis()
Creates a new x-Axis3D object from the world origin.static final Axis3D
Axis3D.yAxis()
Creates a new y-Axis3D object from the world origin.static final Axis3D
Axis3D.zAxis()
Creates a new z-Axis3D object from the world origin. -
Uses of Axis3D 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.