summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_matrix.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-02-05 18:48:52 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-02-05 18:48:52 +0000
commitd8bc5a9eba720ffb6a503d32715f895dbdad7197 (patch)
treea111cd811ae0a122bd39ed5dde1604dbeb88b6d7 /src/mesa/math/m_matrix.h
parentdb7a3318aa82d99a908f16040ef1575ccea7cd2d (diff)
replaced frustrum with frustum
Diffstat (limited to 'src/mesa/math/m_matrix.h')
-rw-r--r--src/mesa/math/m_matrix.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/math/m_matrix.h b/src/mesa/math/m_matrix.h
index 0d3c61dfe5..66600330b8 100644
--- a/src/mesa/math/m_matrix.h
+++ b/src/mesa/math/m_matrix.h
@@ -1,10 +1,10 @@
-/* $Id: m_matrix.h,v 1.2 2000/11/24 10:25:11 keithw Exp $ */
+/* $Id: m_matrix.h,v 1.3 2001/02/05 18:48:52 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.5
*
- * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -139,10 +139,10 @@ _math_matrix_ortho( GLmatrix *mat,
GLfloat nearval, GLfloat farval );
extern void
-_math_matrix_frustrum( GLmatrix *mat,
- GLfloat left, GLfloat right,
- GLfloat bottom, GLfloat top,
- GLfloat nearval, GLfloat farval );
+_math_matrix_frustum( GLmatrix *mat,
+ GLfloat left, GLfloat right,
+ GLfloat bottom, GLfloat top,
+ GLfloat nearval, GLfloat farval );
extern void
_math_matrix_set_identity( GLmatrix *dest );