Bezier2D
Bezier2D()
public Bezier2D() ;
Description
new Bezier2D.
Bezier2D(Vector2, Vector2, Vector2, Vector2)
Description
new Bezier2D.
Parameters
Parameter Name | Description |
---|---|
startPosition | Starting point |
startControl | Control point of the end point |
endPosition | End point |
endControl | Control point of the end point |
Bezier2D(Bezier2D)
Description
new Bezier2D.
Parameters
Parameter Name | Description |
---|---|
bezier | Copy source Bezier2D |