All Classes |Grouped Classes |Index

Class CL_Vec1

1D vector More...

Derived from:

None

Derived by:

None

Group:

Math (Core)

#include <ClanLib/core.h>

Class Members:

Attributes:

round

Rounds all components on this vector.


Operators:

operator[]

operator Type *

operator Type *const

operator+=

+= operator.

operator+

operator-=

-= operator.

operator-

operator*=

*= operator.

operator*

operator/=

/= operator.

operator/

/ operator.

operator==

== operator.

operator!=

!= operator.

CL_Vec1

round

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)