TIEVisionVectorFloatPair.push_back
Declaration
procedure push_back(value: TIEVisionFloatPair); safecall;
Description
Append a new float pair value.
Parameter | Description |
value | Float pair to add |
vector1.push_back( IEVisionFloatPair(1.2, 1.3) );
Loading contents...