calculateMassInfo method

void calculateMassInfo(
  1. MassInfo out
)

Calculate the mass information of the shape.

Implementation

void calculateMassInfo(MassInfo out){
  printError("Shape", "Inheritance error.");
}