UnalignedLVecBase4i¶
-
class
UnalignedLVecBase4i
¶ This is an “unaligned”
LVecBase4
. It has no functionality other than to store numbers, and it will pack them in as tightly as possible, avoiding any SSE2 alignment requirements shared by the primaryLVecBase4
class.Use it only when you need to pack numbers tightly without respect to alignment, and then copy it to a proper
LVecBase4
to get actual use from it.Inheritance diagram
-
UnalignedLVecBase4i
(void) = default¶
-
UnalignedLVecBase4i
(LVecBase4i const ©)¶
-
UnalignedLVecBase4i
(int fill_value)¶
-
UnalignedLVecBase4i
(int x, int y, int z, int w)¶
-
UnalignedLVecBase4i
(UnalignedLVecBase4i const&) = default¶
-
void
fill
(int fill_value)¶ Sets each element of the vector to the indicated fill_value. This is particularly useful for initializing to zero.
-
static TypeHandle
get_class_type
(void)¶
-
int const *
get_data
(void) const¶ Returns the address of the first of the three data elements in the vector. The remaining elements occupy the next positions consecutively in memory.
-
static constexpr int
get_num_components
(void)¶
-
void
set
(int x, int y, int z, int w)¶
-
static constexpr int
size
(void)¶
-