ComplexConic Constructor |
Name | Description | |
---|---|---|
ComplexConic |
Constructs a volume with a default definition. Default parameters are: the InnerHalfAngle
equals 0 radians, the OuterHalfAngle equals π/4 radians, the MinimumClockAngle
equals negative π/4 radians, and the MaximumClockAngle equals π/4 radians.
| |
ComplexConic(Double, Double, Double, Double) |
Constructs a volume of infinite radius with the provided parameters.
| |
ComplexConic(Double, Double, Double, Double, Double) |
Constructs a volume of limited radius with the provided parameters.
|