CommandListAppendCubicBezierRel(Double, Double, Double, Double, Double, Double, Double, Double, Double) Method |
Marks a cubic 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 AppendCubicBezierRel(
double targetX,
double targetY,
double targetZ,
double control0X,
double control0Y,
double control0Z,
double control1X,
double control1Y,
double control1Z
)
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.
- control0X Double
- The relative x-coordinates of the first control point.
- control0Y Double
- The relative y-coordinates of the first control point.
- control0Z Double
- The relative z-coordinates of the first control point.
- control1X Double
- The relative x-coordinates of the second control point.
- control1Y Double
- The relative y-coordinates of the second control point.
- control1Z Double
- The relative z-coordinates of the second control point.
Remarks See Also