Click or drag to resize
DigitalRuneDcelMeshIsConvex Method
Determines whether this mesh is a convex mesh.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public bool IsConvex()

Return Value

Type: Boolean
if this mesh is a convex mesh; otherwise, .
Remarks
This method also checks if the mesh is closed (see IsClosed). Internally, IsConvex(Single) with an epsilon tolerance of 0.001f is called.
See Also