11 references to GetPointAsVector
Microsoft.Maui.Graphics (11)
PathF.cs (11)
1550 vectors[0] = (GetPointAsVector(curvePoints, i - 1) + GetPointAsVector(curvePoints, i + 1)) * 0.5f - GetPointAsVector(curvePoints, i); 1560 var vector = GetPointAsVector(curvePoints, index + 3); 1571 vectors[0] = GetPointAsVector(curvePoints, index); 1595 var vector0 = s * GetPointAsVector(curvePoints, index) + t * GetPointAsVector(curvePoints, index + 1); 1596 var vector1 = s * GetPointAsVector(curvePoints, index + 1) + t * GetPointAsVector(curvePoints, index + 2); 1597 var vector2 = s * GetPointAsVector(curvePoints, index + 2) + t * GetPointAsVector(curvePoints, index + 3);