Linear Class

Functionality and utility procedures for working with Linear Geometry.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public class Linear
Inheritance
Object    Linear

Constructors

LinearInitializes a new instance of the Linear class

Methods

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(Double, Double, Double) Return the linear interpolation of the scalar value between start and end representing the specified progress as a value between 0 and 1.
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)

See Also