Thread: More Matricies

  1. #1
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949

    Talking More Matricies

    I was just wondering....when you multiply a matrix by a scalar, how is the transformation in the matrix affected? Thanks !
    Do not make direct eye contact with me.

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Well try it and figure it out Well probably you'll just get some erroneous results. Esp if the scalar is 0 hah. Anyways, if its a scaling transformation then the result is obvious. If its a projection matrix it'll probably just mess everything up. It really depends on the scalar value. You pick a big number and you'll get some really messed up results. Nothing special.
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Defining matricies
    By rich999 in forum C++ Programming
    Replies: 6
    Last Post: 12-02-2005, 07:59 PM