Home
last modified time | relevance | path

Searched refs:BackRotate3DPt (Results 1 – 4 of 4) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DMath3D.h41 void BackRotate3DPt(Matrix4D rotationMatrix, CPoint3D incoord, CPoint3D *outcoord);
H A Dsetscreenplane.cpp133 BackRotate3DPt(lInverse, inPoint, &(PlanePts[0]));
135 BackRotate3DPt(lInverse, inPoint, &(PlanePts[1]));
138 BackRotate3DPt(lInverse, inPoint, &(PlanePts[2]));
H A DSurfaceBase.cpp379 BackRotate3DPt(RotInverse, TestPoint, &NewPoint1); in SetPlaneToScreenPlane()
382 BackRotate3DPt(RotInverse, TestPoint, &NewPoint2); in SetPlaneToScreenPlane()
398 BackRotate3DPt(RotInverse, TestPoint, &NewPoint2); in SetPlaneToScreenPlane()
H A DMath3D.cpp385 void BackRotate3DPt(Matrix4D rotationMatrix, CPoint3D incoord, CPoint3D *outcoord) in BackRotate3DPt() function