Hyoglossus

The hyoglossus, thin and quadrilateral, arises from the side of the body and from the whole length of the greater cornu of the hyoid bone, and passes almost vertically upward to enter the side of the tongue, between the styloglossus and the inferior longitudinal muscle of the tongue. It forms a part of the floor of submandibular triangle.

Hyoglossus
Extrinsic muscles of the tongue. Left side. (Hyoglossus visible at center.)
Muscles of the neck. Anterior view. Hyoglossal muscle in purple
Details
OriginHyoid
Insertionside of the tongue
NerveHypoglossal (CN XII)
Actionsdepresses and retracts the tongue
Identifiers
Latinmusculus hyoglossus
TAA05.1.04.102
FMA46691
Anatomical terms of muscle

Structure

The fibers arising from the body of the hyoid bone overlap those from the greater cornu.

Structures that are medial/deep to the hyoglossus are the glossopharyngeal nerve (cranial nerve 9), the stylohyoid ligament and the lingual artery and lingual vein.

The lingual vein passes medial to the hyoglossus, and the lingual artery passes deep to the hyoglossus. Laterally, in between the hyoglossus muscle and the mylohyoid muscle lay several important structures (from upper to lower): sublingual gland, submandibular duct, lingual nerve, vena comitans of hypoglossal nerve, and the hypoglossal nerve. Note, posteriorly, the lingual nerve is superior to the submandibular duct and a portion of the submandibular salivary gland protrudes into the space between the hyoglossus and mylohyoid muscles.

Function

The hyoglossus depresses and retracts the tongue and makes the dorsum more convex.

Additional images

gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```
gollark: Which do you think is slower: the execution or generation of strings?
gollark: ```pythonimport itertoolschars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sfor x in generate(): try: print(exec(x)) except Exception as e: print(f"{e} from {x}")```
gollark: I should multithread this!

References

This article incorporates text in the public domain from page 1129 of the 20th edition of Gray's Anatomy (1918)

    • Anatomy figure: 34:02-09 at Human Anatomy Online, SUNY Downstate Medical Center
    • "Anatomy diagram: 25420.000-1". Roche Lexicon - illustrated navigator. Elsevier. Archived from the original on 2013-12-31.
    • Diagram
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.