/*
* GLOBAL VARIABLE: SRM_VECTOR_3D_DEFAULT
*
* Pre-initialized global variable containing the default values for an
* SRM_Vector_3D variable.
*/
const SRM_Vector_3D
SRM_VECTOR_3D_DEFAULT =
{0.0, 0.0, 0.0}
Prev: SRM_UNUSED_DEFAULT.
Return to:
Top of this Page,
Constant Index