L3DT documentation
Large 3D terrain generator

vector3i

Description

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

Vectors may or may not be normalised.

Definition

In Zeolite_defines.h:

typedef struct {
  signed long x;
  signed long y;
  signed long z;
} vector3i

Member data

Member name Type Comments
x signed long The vector component in the x-axis.
y signed long The vector component in the y-axis.
z signed long The vector component in the z-axis.

Type identifiers

VarID VarID_vector3i
MapID N/A (vector3i is not a valid map type.)
 
zeolite/types/vector3i.txt · Last modified: 2017/08/31 06:23 (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