예제 #1
0
 public int[] GetFeatures(Float3 pos, double radius)
 {
     return(ABICInterface.IAICallback_GetFeaturesAt(self, (float)pos.x, (float)pos.y, (float)pos.z, (float)radius));
 }