Documentation / @ripl/core / getMidpoint
Function: getMidpoint() ​
getMidpoint(
pointA,pointB):Point
Defined in: packages/core/src/math/geometry.ts:39
Returns the midpoint between two points.
Parameters ​
| Parameter | Type |
|---|---|
pointA | Point |
pointB | Point |