Table of Contents

Enum b3TriangleFeature

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

The cached triangle feature involved in a contact. Mirror of the anonymous enum typedef'd as b3TriangleFeature.

public enum b3TriangleFeature

Fields

b3_featureNone = 0

No feature.

b3_featureTriangleFace = 1

The face of the triangle.

b3_featureHullFace = 2

A face of the hull.

b3_featureEdge1 = 3

The edge from vertex 1 to vertex 2.

b3_featureEdge2 = 4

The edge from vertex 2 to vertex 3.

b3_featureEdge3 = 5

The edge from vertex 3 to vertex 1.

b3_featureVertex1 = 6

The first vertex.

b3_featureVertex2 = 7

The second vertex.

b3_featureVertex3 = 8

The third vertex.