You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Tee Namespace > Classes > MtxVecTee Class > MtxVecTee Methods > DrawIt Method > MtxVecTee.DrawIt Method (TVec, string, bool)
Dew Math for .NET
ContentsIndexHome
Example

Load vector and display it's values.

using Dew.Math; using Dew.Math.Tee; Vector v = new Vector(0); v.LoadFromFile("c:\data\testvector.vec"); MtxVecTee.DrawIt(v,"Showing vector values",false);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.