Crystal AI  1.0.0
Crystal.Pointf Struct Reference

Represents a point in 2D space. More...

Inheritance diagram for Crystal.Pointf:

Public Member Functions

bool Equals (Pointf other)
 Indicates whether the current object is equal to another object of the same type. More...
 
override string ToString ()
 Returns a T:System.String that represents this instance. More...
 
 Pointf (float x, float y)
 Initializes a new instance of the Pointf struct. More...
 

Properties

float X [get]
 The x-coordinate. More...
 
float Y [get]
 The y-coordinate. More...
 

Detailed Description

Represents a point in 2D space.

Constructor & Destructor Documentation

Crystal.Pointf.Pointf ( float  x,
float  y 
)
inline

Initializes a new instance of the Pointf struct.

Parameters
xThe x.
yThe y.

Member Function Documentation

bool Crystal.Pointf.Equals ( Pointf  other)
inline

Indicates whether the current object is equal to another object of the same type.

Parameters
otherAn object to compare with this object.
Returns
true if the current object is equal to the other parameter; otherwise, false.
override string Crystal.Pointf.ToString ( )
inline

Returns a T:System.String that represents this instance.

Returns
A T:System.String that represents this instance.

Property Documentation

float Crystal.Pointf.X
get

The x-coordinate.

float Crystal.Pointf.Y
get

The y-coordinate.


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