Struct ConvexHullGenerationParameters
Convex hull generation parameters.
Implements
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
[Serializable]
public struct ConvexHullGenerationParameters : IEquatable<ConvexHullGenerationParameters>
Fields
| Name | Description |
|---|---|
| Default | Default convex hull generation parameters. |
Properties
| Name | Description |
|---|---|
| BevelRadius | Gets or sets the bevel radius. |
| MinimumAngle | Specifies the angle between adjacent faces below which they should be made coplanar.. |
| SimplificationTolerance | Specifies maximum distance that any input point may be moved when simplifying convex hull. |
Methods
| Name | Description |
|---|---|
| Equals(ConvexHullGenerationParameters) | Tests if this ConvexHullGenerationParameters is considered equal to another. |
| GetHashCode() | Calculates a hash code for this object. |