mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-19 04:49:49 -05:00
8 lines
293 B
Markdown
8 lines
293 B
Markdown
//[astronomy](../../../index.md)/[io.github.cosinekitty.astronomy](../index.md)/[Vector](index.md)/[dot](dot.md)
|
|
|
|
# dot
|
|
|
|
infix fun [dot](dot.md)(other: [Vector](index.md)): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
|
|
|
|
Takes the dot product of two vectors.
|