|
object | __getattr__ (str attr_name) |
|
| __init__ () |
|
| __init__ (const LVecBase2i copy) |
| Constructs a new LVector2 from a LVecBase2. More...
|
|
| __init__ (const LVector2i) |
|
| __init__ (int fill_value) |
| Constructs a new LVector2 with all components set to the fill value. More...
|
|
| __init__ (int x, int y) |
|
str | __repr__ () |
|
int | __setattr__ (str attr_name, object assign) |
|
LVector2i | operator * (int scalar) |
|
LVector2i | operator - () |
|
LVecBase2i | operator - (const LVecBase2i other) |
|
LVector2i | operator - (const LVector2i other) |
|
LVecBase2i | operator+ (const LVecBase2i other) |
|
LVector2i | operator+ (const LVector2i other) |
|
LVector2i | operator/ (int scalar) |
|
Public Member Functions inherited from LVecBase2i |
object | __getattr__ (str attr_name) |
|
| __init__ () |
|
| __init__ (const LVecBase2i) |
|
| __init__ (int fill_value) |
|
| __init__ (int x, int y) |
|
object | __ipow__ (int exponent) |
|
LVecBase2i | __pow__ (int exponent) |
|
object | __reduce__ () |
|
str | __repr__ () |
|
int | __setattr__ (str attr_name, object assign) |
|
int | addHash (int hash) |
| Adds the vector into the running hash. More...
|
|
| addToCell (int i, int value) |
|
| addX (int value) |
|
| addY (int value) |
|
bool | almostEqual (const LVecBase2i other) |
| Returns true if two vectors are memberwise equal within a default tolerance based on the numeric type. More...
|
|
bool | almostEqual (const LVecBase2i other, int threshold) |
| Returns true if two vectors are memberwise equal within a specified tolerance. More...
|
|
int | compareTo (const LVecBase2i other) |
| This flavor of compare_to uses a default threshold value based on the numeric type. More...
|
|
| componentwiseMult (const LVecBase2i other) |
|
int | dot (const LVecBase2i other) |
|
| fill (int fill_value) |
| Sets each element of the vector to the indicated fill_value. More...
|
|
LVecBase2i | fmax (const LVecBase2i other) |
|
LVecBase2i | fmin (const LVecBase2i other) |
|
| generateHash (ChecksumHashGenerator hashgen) |
| Adds the vector to the indicated hash generator. More...
|
|
int | getCell (int i) |
|
| getData () |
| Returns the address of the first of the two data elements in the vector. More...
|
|
int | getHash () |
| Returns a suitable hash for phash_map. More...
|
|
int | getX () |
|
int | getY () |
|
bool | isNan () |
| Returns true if any component of the vector is not-a-number, false otherwise. More...
|
|
int | lengthSquared () |
| Returns the square of the vector's length, cheap and easy. More...
|
|
bool | operator != (const LVecBase2i other) |
|
LVecBase2i | operator * (int scalar) |
|
LVecBase2i | operator *= (int scalar) |
|
LVecBase2i | operator - () |
|
LVecBase2i | operator - (const LVecBase2i other) |
|
LVecBase2i | operator -= (const LVecBase2i other) |
|
| operator [] (int i, int assign_val) |
|
int | operator [] (int i) |
|
| operator new (int size) |
|
LVecBase2i | operator+ (const LVecBase2i other) |
|
LVecBase2i | operator+= (const LVecBase2i other) |
|
LVecBase2i | operator/ (int scalar) |
|
LVecBase2i | operator/= (int scalar) |
|
bool | operator< (const LVecBase2i other) |
|
LVecBase2i | operator= (const LVecBase2i copy) |
|
LVecBase2i | operator= (int fill_value) |
|
bool | operator== (const LVecBase2i other) |
|
| output (Ostream out) |
|
| readDatagram (DatagramIterator source) |
| Reads the vector from the Datagram using get_stdfloat(). More...
|
|
| readDatagramFixed (DatagramIterator source) |
| Reads the vector from the Datagram using get_float32() or get_float64(). More...
|
|
| set (int x, int y) |
|
| setCell (int i, int value) |
|
| setX (int value) |
|
| setY (int value) |
|
| writeDatagram (Datagram destination) |
| Writes the vector to the Datagram using add_stdfloat(). More...
|
|
| writeDatagramFixed (Datagram destination) |
| Writes the vector to the Datagram using add_float32() or add_float64(), depending on the type of floats in the vector, regardless of the setting of Datagram::set_stdfloat_double(). More...
|
|
This is a two-component vector offset.