| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.10 Operators
- Method on
mglData(C++, Python):voidoperator*= (const mglData &d) - C function:
voidmgl_data_mul_dat (HMDTdat,const HMDTd) Multiplies the data by the other one for each element.
- Method on
mglData(C++, Python):voidoperator/= (const mglData &d) - C function:
voidmgl_data_div_dat (HMDTdat,const HMDTd) Divides the data by the other one for each element.
- Method on
mglData(C++, Python):voidoperator+= (const mglData &d) - C function:
voidmgl_data_add_dat (HMDTdat,const HMDTd) Adds the other data.
- Method on
mglData(C++, Python):voidoperator-= (const mglData &d) - C function:
voidmgl_data_sub_dat (HMDTdat,const HMDTd) Subtracts the other data.
- Method on
mglData(C++, Python):voidoperator*= (floatd) - C function:
voidmgl_data_mul_num (HMDTdat,floatd) Multiplies each element by the number.
- Method on
mglData(C++, Python):voidoperator/= (floatd) - C function:
voidmgl_data_div_num (HMDTdat,floatd) Divides each element by the number.
- Method on
mglData(C++, Python):voidoperator+= (floatd) - C function:
voidmgl_data_add_num (HMDTdat,floatd) Adds the number to each element.
- Method on
mglData(C++, Python):voidoperator-= (floatd) - C function:
voidmgl_data_sub_num (HMDTdat,floatd) Subtracts the number to each element.
- Library Function: mglData operator* (
const mglData &a,const mglData &b) Multiplies by the other data.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
