|
Mesh2SetVertex Method (Int32, Double, Double)
|
Sets a vertex at index to a particular point.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool SetVertex(
int index,
double x,
double y
)
Public Function SetVertex (
index As Integer,
x As Double,
y As Double
) As Boolean
public:
bool SetVertex(
int index,
double x,
double y
)
member SetVertex :
index : int *
x : float *
y : float -> bool
Parameters
- index
- Type: SystemInt32
Index of the vertex. - x
- Type: SystemDouble
x-coordinate. - y
- Type: SystemDouble
y-coordinate.
Return Value
Type:
Boolean'True' if successful.
See Also