GameAnimationProgramming icon indicating copy to clipboard operation
GameAnimationProgramming copied to clipboard

Small errors on ebook "Importance note" section

Open newpolaris opened this issue 4 years ago • 0 comments

in title, "Creating a matrix"

"When looking at a matrix, the element in column 2, row 3 should have a linear index of 7, but the previous mapping yields 14."

7 is non-zero based index, but 14 yields zero based index

newpolaris avatar Feb 07 '21 05:02 newpolaris