- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
public LinearBezierCurve3D(Vector3 point1, Vector3 point2) { this(); addPoint(point1, point2); }
curve.addPoint(p0, p1);
public LinearBezierCurve3D(Vector3 point1, Vector3 point2) { this(); addPoint(point1, point2); }