Diplo
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Protected Attributes | Properties | List of all members
geometery.AlphaHull.Geometry.Point Class Reference

2D Point with double precision More...

Inheritance diagram for geometery.AlphaHull.Geometry.Point:
geometery.AlphaHull.Geometry.Point< T >

Public Member Functions

 Point (double x, double y)
 Initializes a new instance of a point More...
 
bool Equals2D (Point other)
 Makes a planar checks for if the points is spatially equal to another point. More...
 

Protected Attributes

double _X
 X component of point More...
 
double _Y
 Y component of point More...
 

Properties

double X [get, set]
 Gets or sets the X component of the point More...
 
double Y [get, set]
 Gets or sets the Y component of the point More...
 

Detailed Description

2D Point with double precision

Constructor & Destructor Documentation

geometery.AlphaHull.Geometry.Point.Point ( double  x,
double  y 
)

Initializes a new instance of a point

Parameters
x
y

Member Function Documentation

bool geometery.AlphaHull.Geometry.Point.Equals2D ( Point  other)

Makes a planar checks for if the points is spatially equal to another point.

Parameters
otherPoint to check against
Returns
True if X and Y values are the same

Member Data Documentation

double geometery.AlphaHull.Geometry.Point._X
protected

X component of point

double geometery.AlphaHull.Geometry.Point._Y
protected

Y component of point

Property Documentation

double geometery.AlphaHull.Geometry.Point.X
getset

Gets or sets the X component of the point

double geometery.AlphaHull.Geometry.Point.Y
getset

Gets or sets the Y component of the point


The documentation for this class was generated from the following file: