HomeSort by relevance Sort by last modified time
    Searched refs:TVecUnaryOperators (Results 1 - 8 of 8) sorted by null

  /frameworks/native/libs/math/include/math/
vec2.h 38 public TVecUnaryOperators<TVec2, T>,
vec3.h 36 public TVecUnaryOperators<TVec3, T>,
vec4.h 36 public TVecUnaryOperators<TVec4, T>,
mat2.h 72 class TMat22 : public TVecUnaryOperators<TMat22, T>,
quat.h 42 public TVecUnaryOperators<TQuaternion, T>,
mat3.h 78 class TMat33 : public TVecUnaryOperators<TMat33, T>,
TVecHelpers.h 218 * TVecUnaryOperators implements unary operators on a vector of type BASE<T>.
221 * By simply inheriting from TVecUnaryOperators<BASE, T> BASE will automatically
224 * These operators are implemented as friend functions of TVecUnaryOperators<BASE, T>
227 class TVecUnaryOperators {
mat4.h 84 class TMat44 : public TVecUnaryOperators<TMat44, T>,

Completed in 364 milliseconds