Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TTriangle2
| Type | Name | Description | |
|---|---|---|---|
| int | IsInsideOrOn_Oriented
(
const TVector2< RealType >& QueryPoint |
More robust (because it doesn't multiply orientation test results) inside-triangle test for oriented triangles only (the code early-outs at the first 'outside' edge, which only works if the triangle is oriented as expected) | |
| int | IsInsideOrOn_Oriented
(
const TVector2< RealType >& A, |
More robust (because it doesn't multiply orientation test results) inside-triangle test for oriented triangles only (the code early-outs at the first 'outside' edge, which only works if the triangle is oriented as expected) |