ConicalSurface
verb.geom.ConicalSurface
CLASS
A ConicalSurface is a surface making up the curve surface of a cone
Extends: NurbsSurface
constructor
METHOD
new ConicalSurface(axis : Vector, xaxis : Vector, base : Point, height : Float, radius : Float)
Make a conical surface
params
- Length 3 array representing the axis of the cone
- Length 3 array representing the x axis, perpendicular to the axis
- Length 3 array representing the base of the cone
- Height of the cone
- Radius of the cone
axis
METHOD
axis()
Length 3 array representing the axis of the cone
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 cone
height
METHOD
height()
Height of the cone
radius
METHOD
radius()
Radius of the cone