1D vector More...
Derived from: | None |
Derived by: | None |
Group: | Math (Core) |
#include <ClanLib/core.h>
Class Members:
Attributes: | |
Rounds all components on this vector. |
| |
+= operator. | |
-= operator. | |
*= operator. | |
/= operator. | |
/ operator. | |
== operator. | |
!= operator. |
Rounds all components on a vector. |
Detailed description:
These vector templates are defined for: char (CL_Vec1c), unsigned char (CL_Vec1uc), short (CL_Vec1s), unsigned short (CL_Vec1us), int (CL_Vec1i), unsigned int (CL_Vec1ui), float CL_Vec1f), double (CL_Vec1d)