calculateMassInfo method
Calculate the mass information of the shape.
Implementation
void calculateMassInfo(MassInfo out){
printError("Shape", "Inheritance error.");
}
Calculate the mass information of the shape.
void calculateMassInfo(MassInfo out){
printError("Shape", "Inheritance error.");
}