Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] unnamed in PointVector


Chronological Thread 
  • From: James Bigler <bigler@cs.utah.edu>
  • To: "'manta@sci.utah.edu'" <manta@sci.utah.edu>
  • Subject: [MANTA] unnamed in PointVector
  • Date: Tue, 24 May 2005 15:04:08 -0600

What is the purpose of unnamed in PointVector.h? It doesn't seem to be referenced. Here's an example from line 22:

    VectorT(T x, T y, T z) {
      char unnamed[ Dim == 3 ? 1 : 0 ];
      data[0] = x; data[1] = y; data[2] = z;
    }

Thanks,
James





Archive powered by MHonArc 2.6.16.

Top of page