|
auto | cppassist::operator+ (const value< float, 4 > &first, const value< float, 4 > &second) -> value< float, 4 > |
|
auto | cppassist::operator- (const value< float, 4 > &first, const value< float, 4 > &second) -> value< float, 4 > |
|
auto | cppassist::operator* (const value< float, 4 > &first, const value< float, 4 > &second) -> value< float, 4 > |
|
auto | cppassist::operator/ (const value< float, 4 > &first, const value< float, 4 > &second) -> value< float, 4 > |
|
auto | cppassist::operator+ (const value< float, 4 > &first, const value< float, 4 >::primitive_type &scalar) -> value< float, 4 > |
|
auto | cppassist::operator- (const value< float, 4 > &first, const value< float, 4 >::primitive_type &scalar) -> value< float, 4 > |
|
auto | cppassist::operator* (const value< float, 4 > &first, const value< float, 4 >::primitive_type &scalar) -> value< float, 4 > |
|
auto | cppassist::operator/ (const value< float, 4 > &first, const value< float, 4 >::primitive_type &scalar) -> value< float, 4 > |
|
auto | cppassist::operator+ (const value< float, 4 >::primitive_type &scalar, const value< float, 4 > &other) -> value< float, 4 > |
|
auto | cppassist::operator- (const value< float, 4 >::primitive_type &scalar, const value< float, 4 > &other) -> value< float, 4 > |
|
auto | cppassist::operator* (const value< float, 4 >::primitive_type &scalar, const value< float, 4 > &other) -> value< float, 4 > |
|
auto | cppassist::operator/ (const value< float, 4 >::primitive_type &scalar, const value< float, 4 > &other) -> value< float, 4 > |
|
auto | cppassist::sqrt (const value< float, 4 > &first) -> value< float, 4 > |
|