EdgeUtilities Class

Definition

The EdgeUtilities class provides functionality for working with Edge objects.

public ref class EdgeUtilities abstract sealed
public static class EdgeUtilities
type EdgeUtilities = class
Public Class EdgeUtilities
Inheritance
EdgeUtilities

Fields

InvalidPoint

A value representing an invalid point.

Methods

GetIntersectionPoint(Edge, Edge)

Returns the point at which two Edge values intersect.

IsInsideBoundary(Edge[], Vector2)

Determines if the specified point is within the provided geometry.

IsValidPoint(Vector2)

Checks to see if a point is valid.

Applies to