Table of Contents

Class Math2DUtility

Namespace
Zorro.Core
Assembly
Zorro.Core.Runtime.dll
public static class Math2DUtility
Inheritance
Math2DUtility
Inherited Members

Methods

DistancePointToLineSegment(Vector2, Vector2, Vector2)

public static float DistancePointToLineSegment(Vector2 p, Vector2 a, Vector2 b)

Parameters

p Vector2
a Vector2
b Vector2

Returns

float