Vector64.Lerp Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lerp(Vector64<Double>, Vector64<Double>, Vector64<Double>) |
Performs a linear interpolation between two vectors based on the given weighting. |
Lerp(Vector64<Single>, Vector64<Single>, Vector64<Single>) |
Performs a linear interpolation between two vectors based on the given weighting. |
Performs a linear interpolation between two vectors based on the given weighting.
public:
static System::Runtime::Intrinsics::Vector64<double> Lerp(System::Runtime::Intrinsics::Vector64<double> x, System::Runtime::Intrinsics::Vector64<double> y, System::Runtime::Intrinsics::Vector64<double> amount);
public static System.Runtime.Intrinsics.Vector64<double> Lerp (System.Runtime.Intrinsics.Vector64<double> x, System.Runtime.Intrinsics.Vector64<double> y, System.Runtime.Intrinsics.Vector64<double> amount);
static member Lerp : System.Runtime.Intrinsics.Vector64<double> * System.Runtime.Intrinsics.Vector64<double> * System.Runtime.Intrinsics.Vector64<double> -> System.Runtime.Intrinsics.Vector64<double>
Public Function Lerp (x As Vector64(Of Double), y As Vector64(Of Double), amount As Vector64(Of Double)) As Vector64(Of Double)
Parameters
Returns
The interpolated vector.
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
Performs a linear interpolation between two vectors based on the given weighting.
public:
static System::Runtime::Intrinsics::Vector64<float> Lerp(System::Runtime::Intrinsics::Vector64<float> x, System::Runtime::Intrinsics::Vector64<float> y, System::Runtime::Intrinsics::Vector64<float> amount);
public static System.Runtime.Intrinsics.Vector64<float> Lerp (System.Runtime.Intrinsics.Vector64<float> x, System.Runtime.Intrinsics.Vector64<float> y, System.Runtime.Intrinsics.Vector64<float> amount);
static member Lerp : System.Runtime.Intrinsics.Vector64<single> * System.Runtime.Intrinsics.Vector64<single> * System.Runtime.Intrinsics.Vector64<single> -> System.Runtime.Intrinsics.Vector64<single>
Public Function Lerp (x As Vector64(Of Single), y As Vector64(Of Single), amount As Vector64(Of Single)) As Vector64(Of Single)
Parameters
Returns
The interpolated vector.
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: