Inheritance diagram for SRM.Coord3D_LocalSpaceRectangular3D:

Public Member Functions | |
| Coord3D_LocalSpaceRectangular3D (SRF_LocalSpaceRectangular3D srf) | |
| Constructor with initial value defaulted to [ Double.NaN, Double.NaN, Double.NaN ].  | |
| Coord3D_LocalSpaceRectangular3D (SRF_LocalSpaceRectangular3D srf, double u, double v, double w) | |
| Constructor with input values.  | |
| Coord3D_LocalSpaceRectangular3D (Coord3D_LocalSpaceRectangular3D original) | |
| Copy constructor.  | |
| void | setValues (double u, double v, double w) | 
| Sets all coordinate component values.  | |
| double | get_u () | 
| Returns the u value.  | |
| double | get_v () | 
| Returns the v value.  | |
| double | get_w () | 
| Returns the w value.  | |
| void | set_u (double value) | 
| Sets the u value.  | |
| void | set_v (double value) | 
| Sets the v value.  | |
| void | set_w (double value) | 
| Sets the w value.  | |
| boolean | isEqual (Coord coord) | 
| String | toString () | 
| Returns a String of coordinate component values.  | |
| Spatial Reference Model Java API | Version 4.4.0 - January 21, 2010 | 
| Copyright © 2010 SEDRIS | Docs by Doxygen 1.3.2 |