|
Face3 Constructor (Int32, Int32, Int32, Int32)
|
Initializes a new instance of the
Face3 struct.
Create triangle.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Face3(
int v1,
int v2,
int v3,
int v4
)
Public Sub New (
v1 As Integer,
v2 As Integer,
v3 As Integer,
v4 As Integer
)
public:
Face3(
int v1,
int v2,
int v3,
int v4
)
new :
v1 : int *
v2 : int *
v3 : int *
v4 : int -> Face3
Parameters
- v1
- Type: SystemInt32
Index of first vertex. - v2
- Type: SystemInt32
Index of second vertex. - v3
- Type: SystemInt32
Index of third vertex. - v4
- Type: SystemInt32
Index of fourth vertex.
See Also