cglm 0.8.4-3 source package in Ubuntu

Changelog

cglm (0.8.4-3) unstable; urgency=medium

  * Improve clamp_rounding.patch (Closes: #996711)

 -- Leon Marz <email address hidden>  Wed, 20 Oct 2021 15:49:00 +0200

Upload details

Uploaded by:
Leon Marz
Uploaded to:
Sid
Original maintainer:
Leon Marz
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
cglm_0.8.4-3.dsc 1.8 KiB 0feb46d82caa7f99414d596752444de02e91825d86b70818f8718d298bc2b918
cglm_0.8.4.orig.tar.gz 606.4 KiB 42f84c42c8a3e62954da77ab5c5d3264033d5802009e175db7921332a476126e
cglm_0.8.4-3.debian.tar.xz 5.5 KiB d20726358b7f7fc94de0b918bb7f0a81c678a5ab1d7ba4c218664f06aef66415

Available diffs

No changes file available.

Binary packages built by this source

libcglm-dev: Development files for the cglm library

 cglm is an optimized 3D math library written in C99 (compatible with C89).
 It is based on the OpenGL Shading Language (GLSL) specification and
 similar to the original glm library except this library is written in C.
 It uses the same header-only approach like glm but also supports
 pre-compield function calls
 .
 Features:
  * array api and struct api, you can use arrays or structs.
  * general prupose matrix operations (mat4, vec3)
  * chain matrix multiplications (square only)
  * affine transforms
  * matrix decomposition (extract rotation, scaling factor)
  * optimized affine transform matrices (mul, rigid-body inverse)
  * camera (lookat)
  * projections (ortho, perspective)
  * quaternions
  * euler angles / yaw-pitch-roll to matrix
  * extract euler angles
  * inline or pre-compiled function call
  * frustum (extract view frustum planes, corners, ...)
  * bounding box (AABB in Frustum (culling), crop, merge, ...)
  * bounding sphere
  * project, unproject
  * easing functions
  * curves
  * curve interpolation helpers (SMC, deCasteljau, ...)
  * and other ...
 .
 This package contains the development header files

libcglm-doc: No summary available for libcglm-doc in ubuntu kinetic.

No description available for libcglm-doc in ubuntu kinetic.

libcglm0: No summary available for libcglm0 in ubuntu kinetic.

No description available for libcglm0 in ubuntu kinetic.

libcglm0-dbgsym: debug symbols for libcglm0