Class TCasScriptCurve
Unit
CastleCurves
Declaration
type TCasScriptCurve = class(TCurve)
Description
Curve defined by explicitly giving functions for Point(t) = x(t), y(t), z(t) as CastleScript expressions.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
Methods
 |
procedure UpdateBoundingBox; |
|
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
Properties
 |
property SegmentsForBoundingBox: Cardinal
read FSegmentsForBoundingBox write SetSegmentsForBoundingBox default 100; |
|
Generated by PasDoc 0.14.0.
|