public class Linear
Public Class Linear
No code example is currently available or this language may not be supported.
Linear | Initializes a new instance of the Linear class |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetLinePoint | Return the point on the line relative to a decimal portion of the distance t between point 0.0 and point 1.0. |
GetType | (Inherited from Object) |
Lerp(FPoint, FPoint, Single) | Return the dual linear interpolation of the values between start and end points representing the specified progress as a value between 0 and 1. |
Lerp(FPoint3, FPoint3, Single) | Return the triple linear interpolation of the values between start and end points representing the specified progress as a value between 0 and 1. |
Lerp(FVector3, FVector3, Single) | Return the triple linear interpolation of the values between start and end points representing the specified progress as a value between 0 and 1. |
Lerp(Single, Single, Single) | Return the linear interpolation of the scalar value between start and end representing the specified progress as a value between 0 and 1. |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |