LVector2i
-
class LVector2i
Bases:
LVecBase2i
This is a two-component vector offset.
Inheritance diagram
-
LVector2i(void) = default
-
LVector2i(LVecBase2i const ©)
-
LVector2i(int fill_value)
-
LVector2i(int x, int y)
-
LVector2i(LVector2i const&) = default
Constructs a new
LVector2
from aLVecBase2
Constructs a new
LVector2
with all components set to the fill value.
-
static TypeHandle get_class_type(void)
-
LVector2i(void) = default