Blog Post

Small Basic Blog
1 MIN READ

Vector Sample in Small Basic

NonkiTakahashi's avatar
NonkiTakahashi
Iron Contributor
Feb 12, 2019
First published on MSDN on Feb 22, 2016

Authored by Nonki Takahashi


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


Published Feb 12, 2019
Version 1.0
No CommentsBe the first to comment