Click or drag to resize

CatmullRomSpline Constructor (IEnumerableVector3)

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public CatmullRomSpline(
	IEnumerable<Vector3> points
)

Parameters

points
Type: System.Collections.GenericIEnumerableVector3
See Also