WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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

◆ y

double WXP::Point2::y

◆ z

double WXP::Point2::z

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