brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
2d
arc2dTangent
Function arc2dTangent
arc2dTangent
(
start
:
Point2D
,
tangent
:
Point2D
,
end
:
Point2D
,
)
:
Result
<
Curve2DHandle
>
Create a 2D arc from a start point, tangent direction, and end point.
Parameters
start
:
Point2D
tangent
:
Point2D
end
:
Point2D
Returns
Result
<
Curve2DHandle
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Create a 2D arc from a start point, tangent direction, and end point.