vec6d
Public Functions
Name | |
---|---|
vec6d() |
Public Attributes
Name | |
---|---|
double | x |
double | y |
double | z |
double | xy |
double | yz |
double | xz |
Public Functions Documentation
function vec6d
inline vec6d()
Public Attributes Documentation
variable x
double x;
variable y
double y;
variable z
double z;
variable xy
double xy;
variable yz
double yz;
variable xz
double xz;
Updated on 2024-03-17 at 12:58:44 -0600