Project290.Physics.Collision.Shapes.Shape.ComputeProperties C# (CSharp) Method

ComputeProperties() public abstract method

Compute the mass properties of this shape using its dimensions and density. The inertia tensor is computed about the local origin, not the centroid.
public abstract ComputeProperties ( ) : void
return void
        public abstract void ComputeProperties();