Table of Contents

Interface ISplineEvaluator

Namespace
Pinwheel.Vista.Splines
Assembly
Pinwheel.Vista.Splines.Runtime.dll

Provides world-space spline data to Vista systems that consume sampled spline geometry.

public interface ISplineEvaluator

Properties

id

Stable identifier for the spline source.

Methods

GetWorldAnchors()

Returns the spline anchor positions in world space.

GetWorldPoints()

Returns sampled spline points in world space.

GetWorldTrianglesAndAlphas(out Vector3[], out float[])

Returns the spline area as world-space triangles together with per-vertex alpha values.