Class Point
- Assembly
- Alis.dll
The point class
internal class PointInheritance
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
Fields
Next
The prev
public Point NextField Value
Prev
The prev
public Point PrevField Value
X
The
public float XField Value
Y
The
public float YField Value
Methods
Cross(Point)
Crosses the p
public float Cross(Point p)Parameters
pPoint-
The
Returns
- float
-
The float
Dot(Point)
Dots the p
public float Dot(Point p)Parameters
pPoint-
The
Returns
- float
-
The float
Neq(Point)
Describes whether this instance neq
public bool Neq(Point p)Parameters
pPoint-
The
Returns
- bool
-
The bool
Orient2D(Point, Point)
Orients the 2 d using the specified pb
public float Orient2D(Point pb, Point pc)Parameters
Returns
- float
-
The float
Operators
operator +(Point, Point)
public static Point operator +(Point p1, Point p2)Parameters
Returns
operator +(Point, float)
public static Point operator +(Point p1, float f)Parameters
Returns
operator -(Point, Point)
public static Point operator -(Point p1, Point p2)Parameters
Returns
operator -(Point, float)
public static Point operator -(Point p1, float f)