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
cpp
inline vec6d()
Public Attributes Documentation
variable x
cpp
double x;
variable y
cpp
double y;
variable z
cpp
double z;
variable xy
cpp
double xy;
variable yz
cpp
double yz;
variable xz
cpp
double xz;
Updated on 2026-03-31 at 16:02:10 +0000