Kelson.Common.Vectors
0.1.0
Reusable immutable vectors that know all the hip tricks. Designed to work with other vector implementations and
Install-Package Kelson.Common.Vectors -Version 0.1.0
dotnet add package Kelson.Common.Vectors --version 0.1.0
<PackageReference Include="Kelson.Common.Vectors" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kelson.Common.Vectors --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Kelson.Common.Vectors, 0.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Immutable vector types as readonly structs.
- Vector2fd
Float backed 2d vector with operations/accessors at double precision - Vector3fd
Float backed 3d vector with operations/accessors at double precision - Vector4fd
Float backed 4d vector with operations/accessors at double precision - SpanVector[2,3,4]f
ReadOnlySpan<float> backed vector type with implicit cast to Vector[2,3,4]fd
Immutable vector types as readonly structs.
- Vector2fd
Float backed 2d vector with operations/accessors at double precision - Vector3fd
Float backed 3d vector with operations/accessors at double precision - Vector4fd
Float backed 4d vector with operations/accessors at double precision - SpanVector[2,3,4]f
ReadOnlySpan<float> backed vector type with implicit cast to Vector[2,3,4]fd
Dependencies
-
.NETStandard 2.0
- System.Memory (>= 4.5.1)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Kelson.Common.Vectors:
Package | Downloads |
---|---|
Kelson.Common.Transforms
Affine transforms in R3
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 526 | 7/4/2018 |