معرفی شرکت ها


libcglm-dev_0.8.8-1_i386.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Development files for the cglm library
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main i386
نام بسته libcglm-dev
نام فایل بسته libcglm-dev_0.8.8-1_i386.deb
نسخه بسته 0.8.8
انتشار بسته 1
معماری بسته i386
نگهدارنده Leon Marz <main@lmarz.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/recp/cglm
مجوز -
حجم دانلود 67708
حجم نصب 779
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: * scalar and simd (sse, avx, neon...) optimizations * option to use different clipspaces e.g. Left Handed, Zero-to-One... (currrently right handed negative-one is default) * array API and struct API, you can use arrays or structs. * general purpose matrix operations (mat4, mat3) * chain matrix multiplication (square only) * general purpose vector operations (cross, dot, rotate, proj, angle...) * affine transformations * 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...) * helpers to convert cglm types to Apple's simd library to pass cglm types to Metal GL without packing them on both sides * ray intersection helpers * and others... . This package contains the development header files


جایگزین ها

بسته نسخه معماری مخزن
libcglm-dev_0.8.8-1_amd64.deb 0.8.8 amd64 Debian main
libcglm-dev_0.8.8-1_arm64.deb 0.8.8 arm64 Debian main
libcglm-dev_0.8.8-1_armel.deb 0.8.8 armel Debian main
libcglm-dev_0.8.8-1_armhf.deb 0.8.8 armhf Debian main
libcglm-dev_0.8.8-1_mips64el.deb 0.8.8 mips64el Debian main
libcglm-dev_0.8.8-1_mipsel.deb 0.8.8 mipsel Debian main
libcglm-dev_0.8.8-1_ppc64el.deb 0.8.8 ppc64el Debian main
libcglm-dev_0.8.8-1_s390x.deb 0.8.8 s390x Debian main


نیازمندی

مقدار نام
= 0.8.8-1 libcglm0


نحوه نصب


نصب پکیج deb libcglm-dev:

    sudo apt-get install libcglm-dev_0.8.8-1_i386.deb


فایل ها

مسیرها
./usr/include/cglm/affine-mat.h
./usr/include/cglm/affine-post.h
./usr/include/cglm/affine-pre.h
./usr/include/cglm/affine.h
./usr/include/cglm/affine2d.h
./usr/include/cglm/applesimd.h
./usr/include/cglm/bezier.h
./usr/include/cglm/box.h
./usr/include/cglm/call/affine.h
./usr/include/cglm/call/affine2d.h
./usr/include/cglm/call/bezier.h
./usr/include/cglm/call/box.h
./usr/include/cglm/call/cam.h
./usr/include/cglm/call/clipspace/ortho_lh_no.h
./usr/include/cglm/call/clipspace/ortho_lh_zo.h
./usr/include/cglm/call/clipspace/ortho_rh_no.h
./usr/include/cglm/call/clipspace/ortho_rh_zo.h
./usr/include/cglm/call/clipspace/persp_lh_no.h
./usr/include/cglm/call/clipspace/persp_lh_zo.h
./usr/include/cglm/call/clipspace/persp_rh_no.h
./usr/include/cglm/call/clipspace/persp_rh_zo.h
./usr/include/cglm/call/clipspace/project_no.h
./usr/include/cglm/call/clipspace/project_zo.h
./usr/include/cglm/call/clipspace/view_lh_no.h
./usr/include/cglm/call/clipspace/view_lh_zo.h
./usr/include/cglm/call/clipspace/view_rh_no.h
./usr/include/cglm/call/clipspace/view_rh_zo.h
./usr/include/cglm/call/curve.h
./usr/include/cglm/call/ease.h
./usr/include/cglm/call/euler.h
./usr/include/cglm/call/frustum.h
./usr/include/cglm/call/io.h
./usr/include/cglm/call/ivec2.h
./usr/include/cglm/call/ivec3.h
./usr/include/cglm/call/ivec4.h
./usr/include/cglm/call/mat2.h
./usr/include/cglm/call/mat3.h
./usr/include/cglm/call/mat4.h
./usr/include/cglm/call/plane.h
./usr/include/cglm/call/project.h
./usr/include/cglm/call/quat.h
./usr/include/cglm/call/ray.h
./usr/include/cglm/call/sphere.h
./usr/include/cglm/call/vec2.h
./usr/include/cglm/call/vec3.h
./usr/include/cglm/call/vec4.h
./usr/include/cglm/call.h
./usr/include/cglm/cam.h
./usr/include/cglm/cglm.h
./usr/include/cglm/clipspace/ortho_lh_no.h
... and 102 more