BRender Technical Reference Manual:4 Data Structures (Alphabetical Reference):br_fvector4
Next|Prev|Up
The Structure
Members
Arithmetic
Copy/Assign
Initialisation

br_fvector4


The Structure

This is the four ordinate fractional vector structure. It is not intended for use by the application and is documented here only for completeness.

The typedef

(See vector.h for precise declaration and ordering)

br_fraction v[4] Ordinates (0=x, 1=y, 2=z, 3=w)

Related Structures

See br_vector4
365.

Members

br_fraction v[4]

First, second, third, and fourth ordinate.

Arithmetic

No approved arithmetic.

Copy/Assign

No approved assignment.

Initialisation

The following macro may be used as a static initialiser.

BR_FVECTOR4(a,b,c,d)
Macro expands to {BR_FRACTION(a), BR_FRACTION(b), BR_FRACTION(c), BR_FRACTION(d)}.

All other initialisation should use member-wise initialisers.


Generated with
CERN WebMaker