 | DcelMesh.IsConvex 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)
SyntaxPublic Function IsConvex As Boolean
member IsConvex : unit -> bool
Return Value
Type:
Booleantrue if this mesh is a convex mesh; otherwise,
false.
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