Vixen
c7401864
csharp
public sealed class DelegateResponseCurve

A curve that is a lambda.

Read the guide page for this →

Remarks

The second implementation of the seam, and it differs in shape rather than in numbers: it has no parameters at all, so nothing can draw it and nothing can serialise it. That is the trade — a game whose "how good is this" is a lookup into its own tables writes it here, and gives up the editor's preview for it.

Methods (2)

  • public DelegateResponseCurve(Func<float, float> shape)

    A curve that is a lambda.

  • public float Evaluate(float x)

    Puts an input through the shape.

Used by (1)

  • ResponseCurveTestsVixen.Ai.Tests