Vector Sample in Small Basic
I created a sample program about vector in Small Basic. The program ID is WCT521-0.
A 2-dimensional vector can represent the coordinates of a point on the plane.
At first, this program shows a sample of vector sum.
Secondly, this program shows rotation using a rotation matrix.
See Also
Comments
Anonymous
February 22, 2016
nice example nonki)) now a 3d turtle demo draw: KWX965Anonymous
February 22, 2016
now updated ur nice demo and added rotation animation: WCT521-1Anonymous
February 22, 2016
Fantastic sample! I love to pick these apart and see how they were made!Anonymous
February 28, 2016
Thank you Tryhest for your samples.