Curve3DInterpolateBakedUpVector Method |
Returns an up vector within the curve at position offset, where offset is measured as a distance in 3D units along the curve.
To do that, it finds the two cached up vectors where the offset lies between, then interpolates the values. If apply_tilt is true, an interpolated tilt is applied to the interpolated up vector.
If the curve has no up vectors, the function sends an error to the console, and returns (0, 1, 0).
Namespace: Godot
public Vector3 InterpolateBakedUpVector( float offset, bool applyTilt = false )
[Missing <param name="offset"/> documentation for "M:Godot.Curve3D.InterpolateBakedUpVector(System.Single,System.Boolean)"]
[Missing <param name="applyTilt"/> documentation for "M:Godot.Curve3D.InterpolateBakedUpVector(System.Single,System.Boolean)"]
[Missing <returns> documentation for "M:Godot.Curve3D.InterpolateBakedUpVector(System.Single,System.Boolean)"]