Vixen
02b45cc4
csharp
public readonly record struct SplineFrame

Where a spline is at some parameter, and which way it is facing.

Read the guide page for this →

Fields and properties (4)

  • public Vector3 Position

    The point on the curve.

  • public Vector3 Tangent

    The unit direction of travel.

  • public Vector3 Normal

    The unit up direction, after the point's roll.

  • public Vector3 Binormal

    The unit side direction. Tangent × Normal.

Methods (1)

  • public SplineFrame(Vector3 Position, Vector3 Tangent, Vector3 Normal, Vector3 Binormal)

    Where a spline is at some parameter, and which way it is facing.

Used by (4)

  • SplineVixen.Core.Mathematics
  • SplineTestsVixen.Core.Mathematics.Tests
  • TerrainSplineVixen.Terrain
  • VirtualCameraSystemVixen.Engine