SetPointConvex

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public void SetPointConvex(
	int iPoint,
	bool convex
)
Visual Basic
Public Sub SetPointConvex ( _
	iPoint As Integer, _
	convex As Boolean _
)
Visual C++
public:
void SetPointConvex(
	int iPoint, 
	bool convex
)

Parameters

iPoint
Type: System..::..Int32

[Missing <param name="iPoint"/> documentation for "M:JigLibX.Geometry.IndexedTriangle.SetPointConvex(System.Int32,System.Boolean)"]

convex
Type: System..::..Boolean

[Missing <param name="convex"/> documentation for "M:JigLibX.Geometry.IndexedTriangle.SetPointConvex(System.Int32,System.Boolean)"]

See Also