Determines whether the convex collides with another.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public bool DoesCollide( Convex c ) |
Visual C++ |
---|
public: bool DoesCollide( Convex^ c ) |
F# |
---|
member DoesCollide : c:Convex -> bool |
Parameters
- c
- Type: Spherical..::..Convex
The other convex.
Return Value
[Missing <returns> documentation for "M:Spherical.Convex.DoesCollide(Spherical.Convex)"]