Cryptodaphne chattica

Cryptodaphne chattica is an extinct species of sea snail, a marine gastropod mollusk in the family Raphitomidae.[1]

Cryptodaphne chattica
(incomplete) shell of Cryptodaphne chattica (holotype at MNHN, Paris)
Scientific classification
Kingdom: Animalia
Phylum: Mollusca
Class: Gastropoda
Clade: Caenogastropoda
Clade: Hypsogastropoda
Clade: Neogastropoda
Superfamily: Conoidea
Family: Raphitomidae
Genus: Cryptodaphne
Species:
C. chattica
Binomial name
Cryptodaphne chattica
Lozouet, 2017

Description

Distribution

Fossils of this marine species were found in Oligocene strata of Aquitaine, France.

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 (2019). MolluscaBase. Cryptodaphne chattica Lozouet, 2017 †. Accessed through: World Register of Marine Species at: http://www.marinespecies.org/aphia.php?p=taxdetails&id=1056431 on 2019-02-25}
  • Lozouet P. (2017). Les Conoidea de l'Oligocène supérieur (Chattien) du bassin de l'Adour (Sud-Ouest de la France). Cossmanniana. 19: 3-180.


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