Enum b3SeparatingFeature
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
The cached separating axis feature. Mirror of the anonymous enum typedef'd as b3SeparatingFeature.
public enum b3SeparatingFeatureFields
b3_invalidAxis = 0-
No cached axis.
b3_backsideAxis = 1-
The back side of a face.
b3_faceAxisA = 2-
A face on shape A.
b3_faceAxisB = 3-
A face on shape B.
b3_edgePairAxis = 4-
An edge pair spanning both shapes.
b3_closestPointsAxis = 5-
The axis between the closest points.
b3_manualFaceAxisA = 6-
A manually selected face on shape A. For testing.
b3_manualFaceAxisB = 7-
A manually selected face on shape B. For testing.
b3_manualEdgePairAxis = 8-
A manually selected edge pair. For testing.