github.com/feritarou/vectormath
0.1.5 / published Apr 5, 2020 / repository
A pure Crystal linear algebra library providing generic vector, matrix, and quaternion structs.
Documentation could not be built
Build failed
The documentation build for this version ran and did not produce anything usable. That is usually a shard that does not compile against the Crystal version it declared.
What the builder reported
docs-build: crystal docs exited 62
crystal docs said:
no-egress: verified in-process as uid 1000, ip and vsock sockets denied, io_uring denied, no_new_privs set
Crystal built without LibXML2 support, HTML sanitization will be skipped
Showing last frame. Use --error-trace for full trace.
There was a problem expanding macro 'macro_140560092698736'
Code in src/vector.cr:3:1
3 | {% for m in 1..VM::SUPPORTED_DIMENSIONS %}
^
Called macro defined in src/vector.cr:3:1
3 | {% for m in 1..VM::SUPPORTED_DIMENSIONS %}
Which expanded to:
5 |
6 | # A generic vector struct, built on top of Tuple1(T) and enriched by some vector-specific operations.
> 7 | struct Vec1(T)
^
Error: abstract `def Indexable(T)#size()` must be implemented by VM::Vec1(T)