PlaneSweep2d.Sweep Method
Public Function Sweep( _
ByVal callback As PlaneSweepDelegate, _
ByRef res As List(Of PlaneSweepIntersection) _
) As Boolean
This language is not supported or no code example is available.
public bool Sweep(
PlaneSweepDelegate callback,
ref List<PlaneSweepIntersection> res
)
This language is not supported or no code example is available.
public:
bool Sweep(
PlaneSweepDelegate^ callback,
List<PlaneSweepIntersection^>^& res
)
This language is not supported or no code example is available.
Parameters
- callback
- PlaneSweepDelegate
The callback function that actually handles the intersection logic.
True if any intersection was found, otherwise false