coons-patch
Preparing search index...
Curve
Interface Curve
Represents a cubic Bezier curve in 2D space the curve's shape
interface
Curve
{
startPoint
:
Point
;
endPoint
:
Point
;
controlPoint1
:
Point
;
controlPoint2
:
Point
;
}
Index
Properties
start
Point
end
Point
control
Point1
control
Point2
Properties
start
Point
startPoint
:
Point
end
Point
endPoint
:
Point
control
Point1
controlPoint1
:
Point
control
Point2
controlPoint2
:
Point
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
start
Point
end
Point
control
Point1
control
Point2
coons-patch
Loading...
Represents a cubic Bezier curve in 2D space the curve's shape