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

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

Inheritance diagram for Diplo.Libs.Geometry.AlphaHull.Geometry.Point< T >:
Diplo.Libs.Geometry.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 Diplo.Libs.Geometry.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 Diplo.Libs.Geometry.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 Diplo.Libs.Geometry.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

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

Initializes a new instance of the point

Parameters
xX component
yY component
attributeAttribute
Diplo.Libs.Geometry.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

Gets or sets the attribute component of the point


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