Class TCasScriptMatrix
Unit
Declaration
type generic TCasScriptMatrix<TCasScriptVecXxx,TMatrixXxx,TVectorXxx> = class(TCasScriptValue)
Description
This item has no description.
Source: src/castlescript/castlescriptvectors.pas (line 122).
Hierarchy
- TObject
- TCasScriptExpression
- TCasScriptValue
- TCasScriptMatrix
Overview
Methods
![]() |
procedure AssignValue(Source: TCasScriptValue); override; |
Properties
![]() |
property Value: TMatrixXxx read FValue write SetValue; |
Description
Methods
![]() |
procedure AssignValue(Source: TCasScriptValue); override; |
|
This item has no description. Showing description inherited from TCasScriptValue.AssignValue. Assign value from Source to Self. Source: src/castlescript/castlescriptvectors.pas (line 159). | |
Properties
![]() |
property Value: TMatrixXxx read FValue write SetValue; |
|
This item has no description. Source: src/castlescript/castlescriptvectors.pas (line 157). | |
Generated by PasDoc 0.17.0.snapshot.
