Table of Contents

Class Point

The point class

internal class Point

Inheritance

Inherited Members

Constructors

Point(float, float)

Initializes a new instance of the Alis.Core.Physic.Common.Decomposition.Seidel.Point class

public Point(float x, float y)

Parameters

x float

The

y float

The

Fields

Next

The prev

public Point Next

Field Value

Point

Prev

The prev

public Point Prev

Field Value

Point

X

The

public float X

Field Value

float

Y

The

public float Y

Field Value

float

Methods

Cross(Point)

Crosses the p

public float Cross(Point p)

Parameters

p Point

The

Returns

float

The float

Dot(Point)

Dots the p

public float Dot(Point p)

Parameters

p Point

The

Returns

float

The float

Neq(Point)

Describes whether this instance neq

public bool Neq(Point p)

Parameters

p Point

The

Returns

bool

The bool

Orient2D(Point, Point)

Orients the 2 d using the specified pb

public float Orient2D(Point pb, Point pc)

Parameters

pb Point

The pb

pc Point

The pc

Returns

float

The float

Operators

operator +(Point, Point)

public static Point operator +(Point p1, Point p2)

Parameters

p1 Point
p2 Point

Returns

Point

operator +(Point, float)

public static Point operator +(Point p1, float f)

Parameters

p1 Point
f float

Returns

Point

operator -(Point, Point)

public static Point operator -(Point p1, Point p2)

Parameters

p1 Point
p2 Point

Returns

Point

operator -(Point, float)

public static Point operator -(Point p1, float f)

Parameters

p1 Point
f float

Returns

Point