|
|
Face3 Structure |
Namespace: Karamba.Geometry
The Face3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Face3(Int32, Int32, Int32) |
Create triangle.
| |
| Face3(Int32, Int32, Int32, Int32) |
Create triangle.
|
| Name | Description | |
|---|---|---|
| A |
index of node A of the face
| |
| B |
index of node B of the face
| |
| C |
index of node C of the face
| |
| D |
index of node D of the face
| |
| IsQuad |
return true if the face is a quadrangle
| |
| IsTriangle |
return true if the face is a triangle
| |
| Item |
Get or set face vertex by index.
|
| 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.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |