mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
16 lines
529 B
Markdown
16 lines
529 B
Markdown
---
|
|
title: "Blog"
|
|
weight: 3001
|
|
---
|
|
|
|
## Graphics
|
|
|
|
[Determining line-line intersections]({{% relref "./graphics/determining-line-line-intersections.md" %}})
|
|
[Applications of dot and cross products]({{% relref "./graphics/applications-of-dot-and-cross-products.md" %}})
|
|
[Scanning an arbitrarily rotated rectangular region]({{% relref "./graphics/scanning-an-arbitrarily-rotated-rectangular-region.md" %}})
|
|
|
|
|
|
## Algorithms
|
|
|
|
[Implementing a low cost moving average]({{% relref "implementing-a-low-cost-moving-average.md" %}})
|