Mitromorpha mirim

Mitromorpha mirim is a species of sea snail, a marine gastropod mollusk in the family Mitromorphidae.[1]

Mitromorpha mirim
Shell of Mitromorpha mirim (holotype at MNHN, Paris)
Scientific classification
Kingdom: Animalia
Phylum: Mollusca
Class: Gastropoda
Clade: Caenogastropoda
Clade: Hypsogastropoda
Clade: Neogastropoda
Superfamily: Conoidea
Family: Mitromorphidae
Genus: Mitromorpha
Species:
M. mirim
Binomial name
Mitromorpha mirim
Simone & Cunha, 2012

Description

The length of the shell attains 3.4 mm.

Distribution

This marine species occurs off Southeastern Brazil

gollark: This is for rendering the area around a player.
gollark: ```javascriptconst renderPlayer = (player) => { let str = "" for (let y = player.y - 5; y <= player.y + 5; y++) { for (let x = player.x - 10; x <= player.x + 10; x++) { let wallCol = getWallColor(x, y) if (x >= WIDTH) { str += wallCol } else if (y >= HEIGHT) { str += wallCol } else if (x < 0) { str += wallCol } else if (y < 0) { str += wallCol } else { let id = getEnemy(x, y) if (id != -1) { str += enemy_icons[enemies[id].id] } else { let id = getPlayer(x, y) if (id != -1) { str += players[id].icon } else { let id = getBonus(x, y) if (id != -1) { str += "?" } else { str += " " } } } } } str += "\n" } return str}```
gollark: YES, SOME OFFENSE.
gollark: As I said, this is not very good code.]
gollark: Every rendered tile.

References

  1. MolluscaBase (2018). Mitromorpha mirim Simone & Cunha, 2012. Accessed through: World Register of Marine Species at: http://www.marinespecies.org/aphia.php/aphia.php?p=taxdetails&id=714630 on 2018-02-12


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.