Diplo
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Properties | List of all members
geometery.AlphaHull.Geometry.Point< T > Class Template Reference

A point with an attribute value of type 'T' More...

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

Public Member Functions

 Point (double x, double y, T attribute)
 Initializes a new instance of the point More...
 
 Point (double x, double y)
 Initializes a new instance of the point and sets the attribute to its default value More...
 
- Public Member Functions inherited from geometery.AlphaHull.Geometry.Point
 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...
 

Properties

Attribute [get, set]
 Gets or sets the attribute component of the point More...
 
- Properties inherited from geometery.AlphaHull.Geometry.Point
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...
 

Additional Inherited Members

- Protected Attributes inherited from geometery.AlphaHull.Geometry.Point
double _X
 X component of point More...
 
double _Y
 Y component of point More...
 

Detailed Description

A point with an attribute value of type 'T'

Constructor & Destructor Documentation

geometery.AlphaHull.Geometry.Point< T >.Point ( double  x,
double  y,
attribute 
)

Initializes a new instance of the point

Parameters
xX component
yY component
attributeAttribute
geometery.AlphaHull.Geometry.Point< T >.Point ( double  x,
double  y 
)

Initializes a new instance of the point and sets the attribute to its default value

Parameters
xX component
yY component

Property Documentation

T geometery.AlphaHull.Geometry.Point< T >.Attribute
getset

Gets or sets the attribute component of the point


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