Aardvark.Geometry 5.3.26

dotnet add package Aardvark.Geometry --version 5.3.26
                    
NuGet\Install-Package Aardvark.Geometry -Version 5.3.26
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aardvark.Geometry" Version="5.3.26" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aardvark.Geometry" Version="5.3.26" />
                    
Directory.Packages.props
<PackageReference Include="Aardvark.Geometry" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Aardvark.Geometry --version 5.3.26
                    
#r "nuget: Aardvark.Geometry, 5.3.26"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Aardvark.Geometry@5.3.26
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Aardvark.Geometry&version=5.3.26
                    
Install as a Cake Addin
#tool nuget:?package=Aardvark.Geometry&version=5.3.26
                    
Install as a Cake Tool

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Aardvark.Geometry:

Package Downloads
Aardvark.SceneGraph

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Aardvark.Rendering.GL

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Aardvark.Geometry.PointSet

A high-performance out-of-core point cloud data structure.

Aardworx.PointShare.Segmentation

Aardworx PointShare.

Aardworx.Geometry

Geometry libraries for Aardvark

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.3.26 29 7/13/2026
5.3.25 137 7/1/2026
5.3.24 294 6/1/2026
5.3.23 27,864 4/28/2026
5.3.22 2,725 4/27/2026
5.3.21 443 1/14/2026
5.3.20 5,478 12/9/2025
5.3.19 6,159 10/16/2025
5.3.18 357 10/8/2025
5.3.17 342 9/10/2025
5.3.16 263 9/8/2025
5.3.15 397 8/14/2025
5.3.14 1,733 6/23/2025
5.3.13 462 6/4/2025
5.3.12 1,775 5/15/2025
5.3.11 320 5/8/2025
5.3.10 1,843 4/30/2025
5.3.9 442 4/14/2025
5.3.8 2,271 2/20/2025
5.3.7 377 1/22/2025
Loading failed

- [Base] Fixed dictionary duplicate popping and shared-value enumeration semantics
- [IO] Fixed `StreamCodeReader` partial and short-read array handling
- [Base] Fixed `ConcurrentHashSet<T>` sequence construction and non-generic enumeration semantics
- [Base] Enforced exact counts in `EnumerableEx.ToArray(source, count)`
- [Base] Fixed entropy helpers to enumerate generic inputs once and normalize weighted classes by total weight
- [PixImage] Fixed base remap API forwarding of Y coordinate maps
- [Base] Hardened Julian-day conversion at end-of-day boundaries
- [Base] Fixed regex `TextParser.TrySkip` position advancement
- [Essentials] Hardened camera projection clipping parameter validation
- [Base] Fixed `HashCode.GetCombinedWithDefaultZero` null reference handling
- [Base] Fixed `Polynomial.RealRoots` effective degree detection for trailing zero coefficients
- [Base] Hardened `LruCache` insertion size accounting against overflow
- [Base] Fixed `SingleDeltaDict` null-key overlay comparisons
- [FSharp] Hardened `ReferenceCountingSet` null element semantics
- [Base] Hardened `SubRange<T>.CopyTo` destination validation
- [Introspection] Added `Introspection.GetType` using `IntrospectionProperties.AssemblyLoadContext` to load assemblies.