CommandListAppendQuadraticBezierRel(Double, Double, Double, Double, Double, Double) Method |
Marks a quadratic Bezier curve in 3D from the current position, using the control-point coordinates, to the end-point.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void AppendQuadraticBezierRel(
double targetX,
double targetY,
double targetZ,
double controlX,
double controlY,
double controlZ
)
Parameters
- targetX Double
- The relative x-coordinates of the target-point.
- targetY Double
- The relative y-coordinates of the target-point.
- targetZ Double
- The relative z-coordinates of the target-point.
- controlX Double
- The relative x-coordinates of the control point.
- controlY Double
- The relative y-coordinates of the control point.
- controlZ Double
- The relative z-coordinates of the control point.
Remarks See Also