<!-- GENERATED by tools/package_docs.py. Edit this tool metadata or replace the file and remove this marker. -->

# symvector

`CAIMEOX/symbit/symvector` is the public import path for this package.

Vector calculus, coordinate systems, orienters, dyadics, and three-dimensional symbolic vector operations.

## When To Use This Package

- Import `CAIMEOX/symbit/symvector` directly when your code depends on this package's subsystem-specific types or algorithms.
- Prefer this package over the root facade when you want the focused API surface listed below rather than a convenience wrapper.

## Key Public Entry Points

- `axis_orienter`
- `base_dyadic`
- `body_orienter`
- `coord_sys3d`
- `coord_sys3d_with_transform`
- `coord_transform_lambda`
- `coord_transform_named`
- `coord_transform_tuple`


## Example

```mbt check
///|
test "symvector exposes coordinate systems" {
  let _ = coord_sys3d("N")
  inspect(true, content="true")
}
```
## Related Packages

- `CAIMEOX/symbit/symcore`
- `CAIMEOX/symbit/symphysics`
