Type Function Library physics.* Return value Number Revision 2017.3060 Keywords MKS conversion See also physics.toMKS()
Convenience function for converting from MKS units to Corona units.
physics.fromMKS( unitName, value )
String. Can be one of the following values:
"length"
"velocity"
"angularVelocity"
Number. The value to convert from MKS to Corona units.
local corona_unit = physics.fromMKS( "velocity", 30 )