Class Point
- Assembly
- Alis.dll
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
Fields
Next
The prev
public Point Next
Field Value
Prev
The prev
public Point Prev
Field Value
X
The
public float X
Field Value
Y
The
public float Y
Field Value
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
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)