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