CryEngine.Point

Point representation. More...

Public Member Functions

Point ()
Point (float _x, float _y)
override string ToString ()
Returns a string that represents the current Point. More...

Static Public Member Functions

static Point operator+ (Point u, Point v)

Public Attributes

float x

Detailed Description

Point representation.

Constructor & Destructor Documentation

◆ Point() [1/2]

CryEngine.Point.Point ( )
inline

◆ Point() [2/2]

CryEngine.Point.Point ( float _x,
float _y
)
inline

Member Function Documentation

◆ operator+()

static Point CryEngine.Point.operator+ ( Point u,
Point v
)
inline
static

◆ ToString()

override string CryEngine.Point.ToString ( )
inline

Returns a string that represents the current Point.

Returns
A string that represents the current Point.

Member Data Documentation

◆ x

float CryEngine.Point.x