Rename LegoEdge::GetOpposingPoint to LegoEdge::CWVertex (#977)

This commit is contained in:
DmitriLeon2000
2024-05-31 09:04:06 +09:00
committed by GitHub
parent eeb81b7223
commit 3b3ac07cac
6 changed files with 12 additions and 12 deletions

View File

@@ -756,9 +756,9 @@ MxS32 LegoPathController::FUN_1004a240(
Mx3DPointFloat vec;
p_v1 = *p_edge->CCWVertex(*p_boundary);
p_v1.Sub(p_edge->GetOpposingPoint(*p_boundary));
p_v1.Sub(p_edge->CWVertex(*p_boundary));
p_v1.Mul(p_f1);
p_v1.Add(p_edge->GetOpposingPoint(*p_boundary));
p_v1.Add(p_edge->CWVertex(*p_boundary));
p_edge->FUN_1002ddc0(*p_boundary, vec);
p_v2.EqualsCross(p_boundary->GetUnknown0x14(), &vec);
return 0;