Table of Contents

Class EarclipDecomposer.Triangle

Namespace
Alis.Core.Physic.Common.Decomposition
Assembly
Alis.dll

The triangle class

private class EarclipDecomposer.Triangle : Vertices, IList<Vector2>, ICollection<Vector2>, IReadOnlyList<Vector2>, IReadOnlyCollection<Vector2>, IEnumerable<Vector2>, IList, ICollection, IEnumerable

Inheritance

Implements

Inherited Members

Constructors

Triangle(float, float, float, float, float, float)

Initializes a new instance of the Alis.Core.Physic.Common.Decomposition.EarclipDecomposer.Triangle class

public Triangle(float x1, float y1, float x2, float y2, float x3, float y3)

Parameters

x1 float

The

y1 float

The

x2 float

The

y2 float

The

x3 float

The

y3 float

The

Methods

IsInside(float, float)

Describes whether this instance is inside

public bool IsInside(float x, float y)

Parameters

x float

The

y float

The

Returns

bool

The bool

See Also