Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Matrix4.h File Reference

Go to the source code of this file.

Compounds

class  Matrix4
 4x4 matrix class with numerous operators, conversions, etc. More...


Functions

void trans_from_rotate (const float mat3[9], Matrix4 *mat4)
 Transform 3x3 into 4x4 matrix:. More...

void print_Matrix4 (const Matrix4 *mat4)
 Print formatted matrix. More...


Function Documentation

void print_Matrix4 const Matrix4   mat4
 

Print formatted matrix.

Definition at line 407 of file Matrix4.C.

void trans_from_rotate const float    mat3[9],
Matrix4   mat4
 

Transform 3x3 into 4x4 matrix:.

Definition at line 397 of file Matrix4.C.

Referenced by get_transform_to_orthonormal_cell.


Generated on Thu Mar 28 02:44:39 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002