CylindricalSurface
verb.geom.CylindricalSurface
CLASS
A CylindricalSurface is a surface making up the curve surface of a cylinder
Extends: NurbsSurface
constructor
METHOD
new CylindricalSurface(axis : Vector, xaxis : Vector, base : Point, height : Float, radius : Float)
Constructor for Cylinder
params
- Length 3 array representing the axis of the cylinder
- Length 3 array representing the x axis, perpendicular to the axis
- Length 3 array representing the base of the cylinder
- Height of the cylinder
- Radius of the cylinder
axis
METHOD
axis()
Length 3 array representing the axis of the cylinder
xaxis
METHOD
xaxis()
Length 3 array representing the x axis, perpendicular to the axis
base
METHOD
base()
Length 3 array representing the base of the cylinder
height
METHOD
height()
Height of the cylinder
radius
METHOD
radius()
Radius of the cylinder