hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

vec

1.3.4
4.1.0 4.0.0 3.5.1 3.5.0 3.4.1 3.4.0 3.3.0 3.2.1 3.2.0 3.1.0 3.0.3 3.0.2 3.0.1 3.0.0 2.0.0 1.4.0 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.0 1.1.0 1.0.0

A vectors library for the Gleam programming language

HexDocs

Current section

Files

Jump to
Readme
25 Versions
2 Dependencies
Dependants
Files
Activity
Readme 25 Versions 2 Dependencies Dependants Files Activity
vec include vec@vec2_Vec2.hrl
Raw

24 files

  • include
    • vec@vec2_Vec2.hrl
    • vec@vec3_Vec3.hrl
    • vec@vec4_Vec4.hrl
  • src
    • vec
      • vec2.gleam
      • vec2f.gleam
      • vec2i.gleam
      • vec3.gleam
      • vec3f.gleam
      • vec3i.gleam
      • vec4.gleam
      • vec4f.gleam
      • vec4i.gleam
    • vec.app.src
    • vec@vec2.erl
    • vec@vec2f.erl
    • vec@vec2i.erl
    • vec@vec3.erl
    • vec@vec3f.erl
    • vec@vec3i.erl
    • vec@vec4.erl
    • vec@vec4f.erl
    • vec@vec4i.erl
  • README.md
  • gleam.toml

    No matching files

    Package files

      No matching files

      include/vec@vec2_Vec2.hrl

      -record(vec2, {x :: any(), y :: any()}).
      hex logo Hex
      About Blog Sponsors Status Advisories
      Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
      Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

      Copyright 2015. Six Colors AB.

      Powered by the Erlang VM and the Elixir Programming Language

      Search filters

      Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

      Operator Description Example
      name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
      description: Full-text search of package descriptions description:auth
      depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
      build_tool: Filter by build tool build_tool:mix
      updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
      extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

      Wrap values in double quotes to include spaces, e.g. name:"my package".