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
 |
function BoundingBox: TBox3D; override; |
Simple bounding box. It is simply a BoundingBox of Point(i, SegmentsForBoundingBox) for i in [0 .. SegmentsForBoundingBox]. Subclasses may override this to calculate something more accurate.
|
 |
destructor Destroy; override; |
|
Properties
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:12
|