Table of Contents

Class Vector3SnapLerper

Namespace
KSP.Tools.PQSFreeCamUtils
Assembly
Assembly-CSharp.dll
public class Vector3SnapLerper : SnapLerpHelper<Vector3>
Inheritance
Vector3SnapLerper
Inherited Members
Extension Methods

Constructors

Vector3SnapLerper(Vector2, float, float)

public Vector3SnapLerper(Vector2 startValue, float lerpFactor, float timeToSnap)

Parameters

startValue Vector2
lerpFactor float
timeToSnap float

Methods

DoLerp(float)

protected override void DoLerp(float lerpFactor)

Parameters

lerpFactor float

IsSameAsTargetValue(Vector3)

protected override bool IsSameAsTargetValue(Vector3 value)

Parameters

value Vector3

Returns

bool