WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
WXP::Point2 Struct Reference

This struct stores double precision point location. More...

#include "../include/Point2.h"

Public Member Functions

int set (double rx, double ry, double rz)
int print ()

Public Attributes

double x
double y
double z

Detailed Description

This struct stores double precision point location.

Author
Dan Vietor

Member Function Documentation

◆ print()

int Point2::print ( )

Prints object values

References x, y, and z.

◆ set()

int Point2::set ( double rx,
double ry,
double rz )

Sets values

Parameters
rxX value
ryY value
rzZ value

References x, y, and z.

Referenced by WXP::Gvar::tran().

Member Data Documentation

◆ x

double WXP::Point2::x

X value

Referenced by print(), set(), WXP::Gvar::tran(), and WXP::Gvar::tran().

◆ y

double WXP::Point2::y

Y value

Referenced by print(), set(), WXP::Gvar::tran(), and WXP::Gvar::tran().

◆ z

double WXP::Point2::z

Z value

Referenced by print(), set(), WXP::Gvar::tran(), and WXP::Gvar::tran().


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