Artifact 363ece6c72203d0b0cd18af9b57db663d3cfce2df52dcba493bef80173443651:
- File doc/ref/accessor_geometry.md — part of check-in [cc363bac05] at 2024-12-12 23:11:15 on branch trunk — chore: regenerated embedded documentation. tweak: package builder to update the doc/ref add/miss information. (user: aku size: 12635)

| Project ↗ | Documentation ↗ | — | Tutorials ↗ | How To's ↗ | Explanations ↗ | References |
| Entry ↗ | — | Sections ↘ | Permuted Sections ↘ | Names ↘ | Permuted Names ↘ | Strict ↘ | Implementations ↘ |
Documentation -- Reference Pages -- accessor geometry
<anchor='top'> Table Of Contents
- accessor ↗
Operators
- aktive query depth
- aktive query domain
- aktive query geometry
- aktive query height
- aktive query location
- aktive query pitch
- aktive query pixels
- aktive query size
- aktive query width
- aktive query x
- aktive query xmax
- aktive query y
- aktive query ymax
Operators
↑ aktive query depth
Syntax: aktive query depth src [→ definition]
Returns the input's depth.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query depth @1
|
|---|---|
geometry(0 0 32 32 1) |
1 |
| @1
|
aktive query depth @1
|
|---|---|
geometry(0 0 32 32 1) |
1 |
↑ aktive query domain
Syntax: aktive query domain src [→ definition]
Returns the input's domain, a 2D rectangle. I.e. location, width, and height.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query domain @1
|
|---|---|
geometry(0 0 32 32 1) |
0 0 32 32 |
| @1
|
aktive query domain @1
|
|---|---|
geometry(0 0 32 32 1) |
0 0 32 32 |
↑ aktive query geometry
Syntax: aktive query geometry src [→ definition]
Returns the input's full geometry, i.e. domain and depth.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query geometry @1
|
|---|---|
geometry(0 0 32 32 1) |
0 0 32 32 1 |
| @1
|
aktive query geometry @1
|
|---|---|
geometry(0 0 32 32 1) |
0 0 32 32 1 |
↑ aktive query height
Syntax: aktive query height src [→ definition]
Returns the input's height.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query height @1
|
|---|---|
geometry(0 0 32 32 1) |
32 |
| @1
|
aktive query height @1
|
|---|---|
geometry(0 0 32 32 1) |
32 |
↑ aktive query location
Syntax: aktive query location src [→ definition]
Returns the input's location, a 2D point.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query location @1
|
|---|---|
geometry(0 0 32 32 1) |
0 0 |
| @1
|
aktive query location @1
|
|---|---|
geometry(0 0 32 32 1) |
0 0 |
↑ aktive query pitch
Syntax: aktive query pitch src [→ definition]
Returns the input's pitch, the number of values in a row, i.e. width times depth.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query pitch @1
|
|---|---|
geometry(0 0 32 32 1) |
32 |
| @1
|
aktive query pitch @1
|
|---|---|
geometry(0 0 32 32 1) |
32 |
↑ aktive query pixels
Syntax: aktive query pixels src [→ definition]
Returns the input's number of pixels.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query pixels @1
|
|---|---|
geometry(0 0 32 32 1) |
1024 |
| @1
|
aktive query pixels @1
|
|---|---|
geometry(0 0 32 32 1) |
1024 |
↑ aktive query size
Syntax: aktive query size src [→ definition]
Returns the input's size, i.e. the number of pixels times depth.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query size @1
|
|---|---|
geometry(0 0 32 32 1) |
1024 |
| @1
|
aktive query size @1
|
|---|---|
geometry(0 0 32 32 1) |
1024 |
↑ aktive query width
Syntax: aktive query width src [→ definition]
Returns the input's width.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query width @1
|
|---|---|
geometry(0 0 32 32 1) |
32 |
| @1
|
aktive query width @1
|
|---|---|
geometry(0 0 32 32 1) |
32 |
↑ aktive query x
Syntax: aktive query x src [→ definition]
Returns the input's x location.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query x @1
|
|---|---|
geometry(0 0 32 32 1) |
0 |
| @1
|
aktive query x @1
|
|---|---|
geometry(0 0 32 32 1) |
0 |
↑ aktive query xmax
Syntax: aktive query xmax src [→ definition]
Returns the input's maximum x location.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query xmax @1
|
|---|---|
geometry(0 0 32 32 1) |
31 |
| @1
|
aktive query xmax @1
|
|---|---|
geometry(0 0 32 32 1) |
31 |
↑ aktive query y
Syntax: aktive query y src [→ definition]
Returns the input's y location.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query y @1
|
|---|---|
geometry(0 0 32 32 1) |
0 |
| @1
|
aktive query y @1
|
|---|---|
geometry(0 0 32 32 1) |
0 |
↑ aktive query ymax
Syntax: aktive query ymax src [→ definition]
Returns the input's maximum y location.
| Input | Description |
|---|---|
| src | Source image |
Examples
| @1
|
aktive query ymax @1
|
|---|---|
geometry(0 0 32 32 1) |
31 |
| @1
|
aktive query ymax @1
|
|---|---|
geometry(0 0 32 32 1) |
31 |