MathUtils.PointInsideTriangle
MathUtils.PointInsideTriangle method
تحقق مما إذا كانت النقطة p داخل المثلث (p0, p1, p2)
public static bool PointInsideTriangle(Vector2 p, Vector2 p0, Vector2 p1, Vector2 p2)
| معامل | النوع | الوصف |
|---|---|---|
| p | Vector2 | |
| p0 | Vector2 | |
| p1 | Vector2 | |
| p2 | Vector2 |
انظر أيضًا
- struct Vector2
- class MathUtils
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D