Table of Contents

Class SplineNodeInfo

Namespace
ChebyshevSharp
Assembly
ChebyshevSharp.dll

Node information for all pieces of a spline.

public class SplineNodeInfo
Inheritance
SplineNodeInfo
Inherited Members

Properties

NumPieces

Total number of pieces.

public int NumPieces { get; set; }

Property Value

int

PieceShape

Per-dimension piece counts.

public int[] PieceShape { get; set; }

Property Value

int[]

Pieces

Per-piece node info.

public SplinePieceNodeInfo[] Pieces { get; set; }

Property Value

SplinePieceNodeInfo[]