mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-16 13:59:39 -04:00
all d_a_alink functions attempted (#2239)
* more work on alink * alink wip * little more work * setEyeMove * 14 left * auto ground hit * all d_a_alink functions attempted
This commit is contained in:
@@ -2150,7 +2150,7 @@ static int cM3d_2PlaneCrossLine(const cM3dGPla& pPlaneA, const cM3dGPla& pPlaneB
|
||||
|
||||
/* 8026E8A0-8026E980 2691E0 00E0+00 0/0 1/1 0/0 .text
|
||||
* cM3d_3PlaneCrossPos__FRC8cM3dGPlaRC8cM3dGPlaRC8cM3dGPlaP3Vec */
|
||||
bool cM3d_3PlaneCrossPos(const cM3dGPla& pPlaneA, const cM3dGPla& pPlaneB, const cM3dGPla& pPlaneC,
|
||||
BOOL cM3d_3PlaneCrossPos(const cM3dGPla& pPlaneA, const cM3dGPla& pPlaneB, const cM3dGPla& pPlaneC,
|
||||
Vec* pVecOut) {
|
||||
cM3dGLin lin;
|
||||
if (!cM3d_2PlaneCrossLine(pPlaneA, pPlaneB, &lin)) {
|
||||
|
||||
Reference in New Issue
Block a user