Exemplo n.º 1
0
 public static int convertPose2Matrix(smartar.Vector3 position, smartar.Quaternion rotation, out smartar.Matrix44 matrix)
 {
     return(sarSmartar_sarConvertPose2Matrix(ref position, ref rotation, out matrix));
 }
Exemplo n.º 2
0
 private static extern int sarSmartar_sarConvertPose2Matrix(ref smartar.Vector3 position, ref smartar.Quaternion rotation, out smartar.Matrix44 matrix);
Exemplo n.º 3
0
 private static extern int sarSmartar_SarLandmarkDrawer_sarDrawInitPoints(IntPtr self, ref smartar.Matrix44 imageMatrix, IntPtr initPoints, int numInitPoints);
Exemplo n.º 4
0
 private static extern int sarSmartar_SarLandmarkDrawer_sarDrawNodePoints(IntPtr self, ref smartar.Matrix44 pmvMatrix, IntPtr nodePoints, int numNodePoints);
Exemplo n.º 5
0
 private static extern int sarSmartar_SarLandmarkDrawer_sarDrawLandmarks(IntPtr self, ref smartar.Matrix44 pmvMatrix, IntPtr landmarks, int numLandmarks);
Exemplo n.º 6
0
 private static extern smartar.Matrix44 sarSmartar_SarMatrix44_sarMulM(ref smartar.Matrix44 lhs, ref smartar.Matrix44 rhs);