Live data from Hacker News

Viewing profile — codeofthedamned

codeofthedamned

HN member
Joined
Wed, Dec 30, 2015, 2:11 PM UTC
HN karma
8
Public activity
7 items

About codeofthedamned

No profile information was provided.

Recent public activity

  1. comment
    Comment #10873904

    I agree. Pinter's book is very easy to read and great for self-study.

  2. comment
    Comment #10816756

    I believe we are mincing words with the added confusion of two mathematical meanings for the word vertex in this discussion. The single row matrix, called a vertex, and a Euclidean…

  3. comment
    Comment #10816202

    Translation itself is not a linear transformation. To simply translate a vertex is a matrix addition(subtraction) problem. The only reason that it is possible in the transformation…

  4. comment
    Comment #10816162

    I have corrected the code by removing the reference. The way the code is now structured will allow for the RVO (Return-value optimization) to occur, so the new instance will be con…

  5. comment
    Comment #10816131

    Thanks for pointing out my mistake, I have corrected the code to simply return from the stack.

  6. comment
    Comment #10812129

    That's a helpful site, especially the interactive examples. Thanks for the link

  7. comment
    Comment #10812116

    My intention with this first post was to show how to work with the mathematical constructs. I have already started on the next article, which will provide the context for what thes…