Panda3D
|
#include <pandadoc.hpp>
Public Member Functions | |
__init__ (const LMatrix3d::CRow) | |
__init__ (const LMatrix3f::CRow) | |
__init__ (const LMatrix4d::CRow) | |
__init__ (const LMatrix4f::CRow) | |
__init__ (const PNMImage::CRow) | |
Xelval | getAlphaVal (int x) |
Fetch the alpha value at the given column in the row. More... | |
Xel | getXelVal (int x) |
Fetch the pixel at the given column in the row. More... | |
float | operator[] (int i) |
float | operator[] (int i) |
double | operator[] (int i) |
double | operator[] (int i) |
LColorf | operator[] (int x) |
int | size () |
Get the number of pixels in the row. More... | |
Static Public Member Functions | |
static int | size () |
Returns 3: the number of columns of a LMatrix3. More... | |
static int | size () |
Returns 4: the number of columns of a LMatrix4. More... | |
static int | size () |
Returns 3: the number of columns of a LMatrix3. More... | |
static int | size () |
Returns 4: the number of columns of a LMatrix4. More... | |
__init__ | ( | const LMatrix3d::CRow | ) |
__init__ | ( | const LMatrix3f::CRow | ) |
__init__ | ( | const LMatrix4d::CRow | ) |
__init__ | ( | const LMatrix4f::CRow | ) |
__init__ | ( | const PNMImage::CRow | ) |
Xelval getAlphaVal | ( | int | x | ) |
Fetch the alpha value at the given column in the row.
Xel getXelVal | ( | int | x | ) |
Fetch the pixel at the given column in the row.
float operator[] | ( | int | i | ) |
float operator[] | ( | int | i | ) |
double operator[] | ( | int | i | ) |
double operator[] | ( | int | i | ) |
LColorf operator[] | ( | int | x | ) |
|
static |
Returns 3: the number of columns of a LMatrix3.
|
static |
Returns 4: the number of columns of a LMatrix4.
|
static |
Returns 3: the number of columns of a LMatrix3.
|
static |
Returns 4: the number of columns of a LMatrix4.
int size | ( | ) |
Get the number of pixels in the row.