Table of Contents

Method SampleInterval

Namespace
Pinwheel.Poseidon
Assembly
Pinwheel.Poseidon.Runtime.dll

SampleInterval(float, float, List<Vector3>, List<Vector4>, List<Vector3>, List<Vector4>)

public static void SampleInterval(float distanceInterval, float tension, List<Vector3> inAnchorsPosition, List<Vector4> outPositions, List<Vector3> inAnchorsScale = null, List<Vector4> outScales = null)

Parameters

distanceInterval float
tension float
inAnchorsPosition List<Vector3>
outPositions List<Vector4>

New position samples will be appended into this list, w component is always 0

inAnchorsScale List<Vector3>
outScales List<Vector4>

New scale samples will be appended to this list, w component is always 0