Vixen
02b45cc4
csharp
public readonly record struct CameraCorrection

What a camera solve did.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public CameraView View

    Where the camera ended up.

  • public float Moved

    How far it had to move, in metres.

  • public float Turned

    How far it had to turn, in radians.

  • public int Applied

    How many goals contributed.

Methods (1)

  • public CameraCorrection(CameraView View, float Moved, float Turned, int Applied)

    What a camera solve did.

Used by (2)

  • CameraConstraintsVixen.Animation
  • PlacementTestsVixen.Animation.Tests