Home
last modified time | relevance | path

Searched refs:PlaneEq (Results 1 – 2 of 2) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_GeomComp.h122 SUMA_SURF_PLANE_INTERSECT *SUMA_Surf_Plane_Intersect (SUMA_SurfaceObject *SO, float *PlaneEq);
H A DSUMA_GeomComp.c11412 SUMA_SURF_PLANE_INTERSECT *SUMA_Surf_Plane_Intersect (SUMA_SurfaceObject *SO, float *PlaneEq) in SUMA_Surf_Plane_Intersect() argument
11460 NodePos[k] = PlaneEq[0] * SO->NodeList[k3] + PlaneEq[1] * SO->NodeList[k3+1] in SUMA_Surf_Plane_Intersect()
11461 +PlaneEq[2] * SO->NodeList[k3+2] + PlaneEq[3] ; in SUMA_Surf_Plane_Intersect()