exports.abs = Math.abs
exports.floor = Math.floor
exports.random = Math.random
exports.vector = std_import('math.vector').vector
exports.matrix = std_import('math.matrix').matrix
exports.quaternion = std_import('math.quaternion').quaternion
