Unit 'gmSplines3D' Package
[Overview][Types][Classes][Index] [#bs_engines]

TgmBSplineAxis

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gmsplines3d.pas line 48

type TgmBSplineAxis = class(TPersistent)

protected

  FKnots: array of Double;

  

  function RecursiveBlendValue();

  

  function VerifyKnotIndex();

  

  procedure Validate; virtual;

  

  property IsValid: Boolean; [r]

  

public

  procedure MakeOpenUniform;

  

  function BlendValue(); virtual;

  

  property KnotVector []: Double; [rw]

  

  property Degree: Integer; [rw]

  

  property N: Integer; [rw]

  

  property D: Integer; [r]

  

end;

Inheritance

TgmBSplineAxis

  

|

TObject



CT Web help

CodeTyphon Studio