How to Install and Uninstall coldet.x86_64 Package on Fedora 35

Last updated: May 18,2024

1. Install "coldet.x86_64" package

Please follow the steps below to install coldet.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install coldet.x86_64

2. Uninstall "coldet.x86_64" package

Please follow the step by step instructions below to uninstall coldet.x86_64 on Fedora 35:

$ sudo dnf remove coldet.x86_64 $ sudo dnf autoremove

3. Information about the coldet.x86_64 package on Fedora 35

Last metadata expiration check: 3:51:51 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : coldet
Version : 1.2
Release : 28.fc35
Architecture : x86_64
Size : 45 k
Source : coldet-1.2-28.fc35.src.rpm
Repository : fedora
Summary : 3D Collision Detection Library
URL : http://coldet.sourceforge.net/
License : LGPLv2+
Description : This library is an effort to provide a free collision detection library for
: generic polyhedra. Its purpose is mainly for 3D games where accurate detection
: is needed between two non-simple objects.
:
: Features:
: * Works on any model, even polygon soups.
: * Uses bounding box hierarchies for fast detection.
: * Uses additional triangle intersection tests for 100% accuracy.
: * Provides (upon request) exact point of collision, plus the pair of
: triangles that collided.
: * Supports timeout setting, to limit detection time.
: * Model-Model collision test.
: * Ray-Model collision test.
: * Segment-Model collision test.
: * Sphere-Model collision test.
: * Ray-Sphere and Sphere-Sphere primitive collision tests.