L3DT documentation
Large 3D terrain generator

This is an old revision of the document!


matrix3f

Description

matrix3f is structure used to describe a 3×3 matrix in 32-bit floating point precision.

Definition

In ExtAPI_defines.h:

typedef struct {
  vector3f i;
  vector3f j;
  vector3f k;
} matrix3f

Member data

Member name Type Comments
i vector3f The first column vector.
j vector3f The second column vector.
k vector3f The third column vector.

Type identifiers

VarID VarID_matrix3f
MapID N/A (matrix3f is not a valid map type.)
 
zeolite/types/matrix3f.1312269982.txt.gz · Last modified: 2017/08/31 05:00 (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