|
|
Triangle Structure |
Namespace: Karamba.Utilities.AABBTrees
The Triangle type exposes the following members.
| Name | Description | |
|---|---|---|
| Triangle |
Initializes a new instance of the Triangle struct.
create new triangle for AABB trees.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| intersect |
intersect triangle with ray.
| |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| a | vertex a of the triangle. | |
| b | vertex b of the triangle. | |
| c | vertex c of the triangle. | |
| cen | center of gravity the triangle. |