Leo.Extensions.Vector
0.0.3
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
dotnet add package Leo.Extensions.Vector --version 0.0.3
NuGet\Install-Package Leo.Extensions.Vector -Version 0.0.3
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="Leo.Extensions.Vector" Version="0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Leo.Extensions.Vector --version 0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Leo.Extensions.Vector, 0.0.3"
#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.
// Install Leo.Extensions.Vector as a Cake Addin #addin nuget:?package=Leo.Extensions.Vector&version=0.0.3 // Install Leo.Extensions.Vector as a Cake Tool #tool nuget:?package=Leo.Extensions.Vector&version=0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Vector2 for example
//Vector2 v1 = new Vector2(25, 1.678f);
//Vector2 v2 = new Vector2(75, 3.555f);
//Console.WriteLine(33.6f.Vector2LerpX(v1, v2));
//Console.WriteLine(33.6f.Vector2LerpY(v1, v2));
//<33.6, 2.000844>
//<875.3462, 33.6>
Vector3 for example
//Vector3 v1 = new Vector3(25, 1.678f, 77.66f);
//Vector3 v2 = new Vector3(75, 3.555f, 22.66f);
//Console.WriteLine(33.6f.Vector3LerpX(v1, v2));
//Console.WriteLine(33.6f.Vector3LerpY(v1, v2));
//Console.WriteLine(33.6f.Vector3LerpZ(v1, v2));
//<33.6, 2.000844, 68.200005>
//<875.3462, 33.6, -857.7209>
//<65.05455, 3.1816478, 33.6>
Vector4 for example
//Vector4 v1 = new Vector4(25, 1.678f, 77.66f, 22);
//Vector4 v2 = new Vector4(75, 3.555f, 22.66f, 22.77f);
//Console.WriteLine(33.6f.Vector4LerpX(v1, v2));
//Console.WriteLine(33.6f.Vector4LerpY(v1, v2));
//Console.WriteLine(33.6f.Vector4LerpZ(v1, v2));
//Console.WriteLine(33.6f.Vector4LerpW(v1, v2));
//<33.6, 2.000844, 68.200005, 22.132439>
//<875.3462, 33.6, -857.7209, 35.095337>
//<65.05455, 3.1816478, 33.6, 22.61684>
//<778.24615, 29.954863, -750.9109, 33.599976>
Product | Versions 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. |
.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 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. 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.
-
.NETFramework 4.7.2
- System.Numerics.Vectors (>= 4.5.0)
-
.NETStandard 2.0
- System.Numerics.Vectors (>= 4.5.0)
-
.NETStandard 2.1
- System.Numerics.Vectors (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.