Table of Contents

Method Midpoint

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Midpoint(Point, Point)

Computes the midpoint between two points.

public static Point Midpoint(Point a, Point b)

Parameters

a Point

First point.

b Point

Second point.

Returns

Point

The midpoint Point.