| DcelMeshIsConvex Method |
Determines whether this mesh is a convex mesh.
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax Public Function IsConvex As Boolean
member IsConvex : unit -> bool
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