Rogue Wave Views
Foundation Package API Reference Guide
Product Documentation:

Rogue Wave Views
Documentation Home
List of all members | Public Member Functions
IlvDoublePoint Class Reference

Geometric class. More...

#include <ilviews/base/geometry.h>

Public Member Functions

 IlvDoublePoint (IlDouble x=(IlDouble) 0, IlDouble y=(IlDouble) 0)
 Constructor. More...
 
IlDouble getX () const
 Gets the x point coordinate. More...
 
IlDouble getY () const
 Gets the y point coordinate. More...
 
void move (IlDouble newX, IlDouble newY)
 Moves the point. More...
 
int operator!= (const IlvDoublePoint &p) const
 Tests points for inequality. More...
 
IlvDoublePointoperator= (const IlvDoublePoint &p)
 Copies a point. More...
 
int operator== (const IlvDoublePoint &p) const
 Tests points for equality. More...
 
void set (IlDouble newX, IlDouble newY)
 Sets the point coordinates. More...
 
void setX (IlDouble newX)
 Sets the x point coordinate. More...
 
void setY (IlDouble newY)
 Sets the y point coordinate. More...
 
void translate (IlDouble dx, IlDouble dy)
 Moves the object by relative translation. More...
 

Detailed Description

Geometric class.

Library: xviews or winviews or mviews (mutually exclusive)

The IlvDoublePoint class deals with floating point coordinate values coded on a double-precision floating number.

See also
IlvPoint, IlvFloatPoint.

Constructor & Destructor Documentation

§ IlvDoublePoint()

IlvDoublePoint::IlvDoublePoint ( IlDouble  x = (IlDouble)0,
IlDouble  y = (IlDouble)0 
)

Constructor.

Initializes a new IlvDoublePoint with the indicated coordinates. point. Its parameters represent the x and y coordinates of the floating point.

Member Function Documentation

§ getX()

IlDouble IlvDoublePoint::getX ( ) const

Gets the x point coordinate.

Returns
The x point coordinate.

§ getY()

IlDouble IlvDoublePoint::getY ( ) const

Gets the y point coordinate.

Returns
The y point coordinate.

§ move()

void IlvDoublePoint::move ( IlDouble  newX,
IlDouble  newY 
)

Moves the point.

Parameters
newXThe x point coordinate.
newYThe y point coordinate.

§ operator!=()

int IlvDoublePoint::operator!= ( const IlvDoublePoint p) const

Tests points for inequality.

Returns
0 if p is the same as the current object.

§ operator=()

IlvDoublePoint& IlvDoublePoint::operator= ( const IlvDoublePoint p)

Copies a point.

Copies p to the current object.

Parameters
pThe source point.

§ operator==()

int IlvDoublePoint::operator== ( const IlvDoublePoint p) const

Tests points for equality.

Returns
0 if p is different from the current object.

§ set()

void IlvDoublePoint::set ( IlDouble  newX,
IlDouble  newY 
)

Sets the point coordinates.

Parameters
newXThe x point coordinate.
newYThe y point coordinate.

§ setX()

void IlvDoublePoint::setX ( IlDouble  newX)

Sets the x point coordinate.

Parameters
newXThe x point coordinate.

§ setY()

void IlvDoublePoint::setY ( IlDouble  newY)

Sets the y point coordinate.

Parameters
newYThe y point coordinate.

§ translate()

void IlvDoublePoint::translate ( IlDouble  dx,
IlDouble  dy 
)

Moves the object by relative translation.

Shifts an existing point to another location by means of a delta-distance approach. That is, you indicate the dx and dy values that represent the distance between the current position of the point and the target future position.

Parameters
dxThe x delta offset.
dyThe y delta offset.

© Copyright 2017, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.