IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Meta.Numerics.XY Struct Reference

Represents a two-dimensional point. More...

Public Member Functions

 XY (double x, double y)
 Initializes a new point with the given coordinates. More...
 

Public Attributes

double y
 

Properties

double X [get]
 Gets the X-coordinate of the point. More...
 
double Y [get]
 Gets the Y-coordinate of the point. More...
 

Private Attributes

double x
 

Detailed Description

Represents a two-dimensional point.

Constructor & Destructor Documentation

Meta.Numerics.XY.XY ( double  x,
double  y 
)
inline

Initializes a new point with the given coordinates.

Parameters
xThe X-corrdinate.
yThe Y-coordinate.

Member Data Documentation

double Meta.Numerics.XY.x
private
double Meta.Numerics.XY.y

Property Documentation


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