📄 circum.tri.lib
字号:
CIRCUM - define CIRCUMcircles for Delaunay triangulationcircum - compute center and radius-squared of circumcircle of 3 (x,y) locationscircumTri - compute center and radius-squared of circumcircle of triangular faceFunction Prototypes:void circum (float x1, float y1, float x2, float y2, float x3, float y3, float *xc, float *yc, float *rs);void circumTri (Tri *t);circum:Input:x1 x-coordinate of first pointy1 y-coordinate of first pointx2 x-coordinate of second pointy2 y-coordinate of second pointx3 x-coordinate of third pointy3 y-coordinate of third pointOutput:xc pointer to x-coordinate of center of circumcircleyc pointer to y-coordinate of center of circumcirclers pointer radius^2 of circumcirclecircumTri:Input:t Pointer to Tri Returns:xc x-coordinate of circumcircleyc y-coordinate of circumcirclers radius^2 of circumcircleAuthor: Dave Hale, Colorado School of Mines, Fall 1990.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -