HomeSort by relevance Sort by last modified time
    Searched defs:rtx (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
coretypes.h 53 typedef struct rtx_def *rtx; typedef in typeref:struct:rtx_def
175 #define rtx struct _dont_use_rtx_here_ * macro
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java 473 float rx = 0, ry = 0, rz = 0, rnx = 0, rny = 0, rnz = 0, rtx = 0, rty = 0, rtz = 0; local
487 rtx += (tnx * mat.m00 + tny * mat.m01 + tnz * mat.m02) * weight;
505 tanBuf[idxTangents++] = rtx;

Completed in 171 milliseconds