You are here: Symbol Reference > MtxVecTee Namespace > Functions > MtxVecTee.DrawIt Function
MtxVec VCL
ContentsIndex
Example
Uses ...MtxExpr, MtxVecTee; var A: Vector; begin DrawIt(A,400,300); end;

 

#include "MtxExpr.hpp" #include "MtxVecTee.hpp" ... sVector A; A = Sin(Ramp(300,2*PI*5/300)); DrawIt(A,400,300); ..
Copyright (c) 1999-2025 by Dew Research. All rights reserved.