#include <u3d_point.hpp>
|  | 
| double | m_X | 
|  | 
| double | m_Y | 
|  | 
| double | m_Z | 
|  | 
| double | fX | 
|  | 
| double | fY | 
|  | 
| double | fZ | 
|  | 
|  | 
| U3dPoint | operator* (int, U3dPoint) | 
|  | 
| U3dPoint | operator* (U3dPoint, int) | 
|  | 
| U3dPoint | operator* (double, U3dPoint) | 
|  | 
| U3dPoint | operator* (U3dPoint, double) | 
|  | 
| U3dPoint | operator/ (U3dPoint, int) | 
|  | 
| U3dPoint | operator/ (U3dPoint, double) | 
|  | 
| U3dPoint | operator* (int, U3dPoint) | 
|  | 
| U3dPoint | operator* (U3dPoint, int) | 
|  | 
| U3dPoint | operator* (double, U3dPoint) | 
|  | 
| U3dPoint | operator* (U3dPoint, double) | 
|  | 
| U3dPoint | operator/ (U3dPoint, int) | 
|  | 
| U3dPoint | operator/ (U3dPoint, double) | 
|  | 
Create point at origin of coordinates system. 
 
 
  
  | 
        
          | U3dPoint::U3dPoint | ( | const U3dPoint & | p | ) |  |  | inline | 
 
Create point as a copy of given one. 
 
 
  
  | 
        
          | U3dPoint::U3dPoint | ( | double | x, |  
          |  |  | double | y, |  
          |  |  | double | z |  
          |  | ) |  |  |  | inline | 
 
Create point with given coordinates. 
 
 
Create point at origin of coordinates system. 
 
 
      
        
          | U3dPoint::U3dPoint | ( | const U3dPoint & | p | ) |  | 
      
 
Create point as a copy of given one. 
 
 
      
        
          | U3dPoint::U3dPoint | ( | double | x, | 
        
          |  |  | double | y, | 
        
          |  |  | double | z | 
        
          |  | ) |  |  | 
      
 
Create point with given coordinates. 
 
 
      
        
          | double U3dPoint::getX | ( |  | ) | const | 
      
 
 
  
  | 
        
          | double U3dPoint::getX | ( |  | ) | const |  | inline | 
 
 
      
        
          | double U3dPoint::getY | ( |  | ) | const | 
      
 
 
  
  | 
        
          | double U3dPoint::getY | ( |  | ) | const |  | inline | 
 
 
      
        
          | double U3dPoint::getZ | ( |  | ) | const | 
      
 
 
  
  | 
        
          | double U3dPoint::getZ | ( |  | ) | const |  | inline | 
 
 
      
        
          | bool U3dPoint::operator!= | ( | const U3dPoint & |  | ) | const | 
      
 
Returns false, if all coordinates of points are equal (with precision U3D_EPSILON - see u3d_defines.hpp) 
 
 
      
        
          | bool U3dPoint::operator!= | ( | const U3dPoint & |  | ) | const | 
      
 
Returns false, if all coordinates of points are equal (with precision U3D_EPSILON - see u3d_defines.hpp) 
 
 
Assign the point coordinates from another one. 
 
 
Assign the point coordinates from another one. 
 
 
      
        
          | bool U3dPoint::operator== | ( | const U3dPoint & |  | ) | const | 
      
 
Returns true, if all coordinates of points are equal (with precision U3D_EPSILON - see u3d_defines.hpp) 
 
 
      
        
          | bool U3dPoint::operator== | ( | const U3dPoint & |  | ) | const | 
      
 
Returns true, if all coordinates of points are equal (with precision U3D_EPSILON - see u3d_defines.hpp) 
 
 
      
        
          | void U3dPoint::setX | ( | double | x | ) |  | 
      
 
Set x coordinate separately. 
 
 
  
  | 
        
          | void U3dPoint::setX | ( | double | x | ) |  |  | inline | 
 
Set x coordinate separately. 
 
 
      
        
          | void U3dPoint::setXYZ | ( | double | x, | 
        
          |  |  | double | y, | 
        
          |  |  | double | z | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | void U3dPoint::setXYZ | ( | double | x, |  
          |  |  | double | y, |  
          |  |  | double | z |  
          |  | ) |  |  |  | inline | 
 
 
      
        
          | void U3dPoint::setY | ( | double | y | ) |  | 
      
 
Set y coordinate separately. 
 
 
  
  | 
        
          | void U3dPoint::setY | ( | double | y | ) |  |  | inline | 
 
Set y coordinate separately. 
 
 
      
        
          | void U3dPoint::setZ | ( | double | z | ) |  | 
      
 
Set z coordinate separately. 
 
 
  
  | 
        
          | void U3dPoint::setZ | ( | double | z | ) |  |  | inline | 
 
Set z coordinate separately. 
 
 
Cartesian coordinates of the point. 
 
 
Cartesian coordinates of the point. 
 
 
The documentation for this class was generated from the following files:
- /net/opt/univers/ubp-i-15.3-centos7-x64.urij/include/mth/u3d_point.hpp
- /net/opt/univers/ubp-i-15.3-centos7-x64.urij/include/vel3dmod/u3d_point.hpp