L3DT documentation
Large 3D terrain generator

This is an old revision of the document!


vector4i

Description

vector4i is structure used to describe a 4-dimensional vector in 32-bit signed integer precision.

Vectors may or may not be normalised.

Definition

In Zeolite_defines.h:

typedef struct {
  long a;
  long b;
  long c;
  long d;
} vector4i;

Member data

Member name Type Comments
a long int The first vector component.
b long int The second vector component.
c long int The third vector component.
d long int The fourth vector component.

Type identifiers

VarID VarID_vector4i
 
zeolite/types/vector4i.1312269258.txt.gz · Last modified: 2017/08/31 06:16 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki