Re: Promoting unsigned long int to long int
- From: pereges <Broli00@xxxxxxxxx>
- Date: Mon, 30 Jun 2008 04:14:58 -0700 (PDT)
On Jun 30, 3:41 pm, pete <pfil...@xxxxxxxxxxxxxx> wrote:
pereges wrote:
vector *pivotpoint;
What does "vector" mean?
data structure for a point in 3d.
typedef struct
{
double coord[3]; /* 0 - x , 1 - y, 2 - z */
}vector;
.
- References:
- Promoting unsigned long int to long int
- From: pereges
- Re: Promoting unsigned long int to long int
- From: pete
- Promoting unsigned long int to long int
- Prev by Date: Re: OFF TOPIC:Censorship By Google Groups Of My Post About Gordon Sauck Being A Police Agent
- Next by Date: Re: How do you update a Makefile?
- Previous by thread: Re: Promoting unsigned long int to long int
- Next by thread: Re: Promoting unsigned long int to long int
- Index(es):