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