BEPUphysics.CollisionShapes.ConvexShapes.SphereShape.SphereShape C# (CSharp) Méthode

SphereShape() public méthode

Constructs a new sphere shape.
public SphereShape ( float radius ) : System
radius float Radius of the sphere.
Résultat System
        public SphereShape(float radius)
        {
            Radius = radius;
        }