AbortingPathElem (STRUCT) ¶ TYPE AbortingPathElem : STRUCT InOut: Name Type valid BOOL elem PathElem
AbortingPathElems (ALIAS) ¶ TYPE AbortingPathElems : ARRAY[0..Cnst.NUM_ABORTING_PATH_ELEMS-1] OF AbortingPathElem Path elements for the path from the cut off point A of the current movement the end of the aborting movement. This path consists of a line from point D >= A on the current movement to point F <= B on the aborting movement. Point E is the middle of line. The corners A-D-E and E-F-B are replaced by blending elements for a total of four path elements, including the path element for the aborting movement.
ParamTransform_MaxSlope (FUN) ¶ FUNCTION ParamTransform_MaxSlope : LREAL Returns the maximum magnitude of the slope (first derivative) of a parameter transformation InOut: Scope Name Type Inout Const pt ParamTransform Return ParamTransform_MaxSlope LREAL
ParamTransform_RemovePrefix (FUN) ¶ FUNCTION ParamTransform_RemovePrefix : BOOL InOut: Scope Name Type Return ParamTransform_RemovePrefix BOOL Inout ptDst ParamTransform Inout Const ptSrc ParamTransform Input x LREAL
ParamTransform_IsLinear (FUN) ¶ FUNCTION ParamTransform_IsLinear : BOOL Returns whether a parameter transformation is linear, which means that either it has type LINEAR or it is a MonoPoly of degree 1. InOut: Scope Name Type Return ParamTransform_IsLinear BOOL Inout Const pt ParamTransform
ParamTransform_IsZero (FUN) ¶ FUNCTION ParamTransform_IsZero : BOOL InOut: Scope Name Type Inout Const pt ParamTransform Return ParamTransform_IsZero BOOL
AbortingPathElems_AE (FUN) ¶ FUNCTION AbortingPathElems_AE : POINTER TO AbortingPathElem Returns the blending AbortingPathElem from A to E. InOut: Scope Name Type Inout Const ape AbortingPathElems Return AbortingPathElems_AE POINTER TO AbortingPathElem
AbortingPathElems_E (FUN) ¶ FUNCTION AbortingPathElems_E : POINTER TO AbortingPathElem Returns the line AbortingPathElem connecting the two blending elements. InOut: Scope Name Type Inout Const ape AbortingPathElems Return AbortingPathElems_E POINTER TO AbortingPathElem
ParamTransform_ScaleLinear (FUN) ¶ FUNCTION ParamTransform_ScaleLinear : BOOL InOut: Scope Name Type Return ParamTransform_ScaleLinear BOOL Inout pt ParamTransform Input dFactor LREAL
ParamTransform_Serialize (FUN) ¶ FUNCTION ParamTransform_Serialize : BOOL InOut: Scope Name Type Return ParamTransform_Serialize BOOL Input stream SM0.IOutStream Inout Const pt ParamTransform