Table of Contents

Method Dot

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

Dot(Point, Point)

Computes the dot product between two points treated as vectors from the origin.

public static double Dot(Point a, Point b)

Parameters

a Point

First vector.

b Point

Second vector.

Returns

double

The dot product.