|
SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Types SE_Image_Texel_Location_3D |
|---|
/* * STRUCT: SE_Image_Texel_Location_3D * * This data type specifies a particular texel within a 3D image. */typedef struct
| SE_Integer_Unsigned | horizontal; | |
| SE_Integer_Unsigned | vertical; | |
| SE_Integer_Unsigned | z; |
|