[AE Engine logo] Public API Reference
Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

aeUtil Class Reference

General static utility functions. More...

#include <util.h>

List of all members.

Static Public Member Functions

bool inStr (char *searchstr, char *str)
 Checks if a string is included in another string.

aeVector3 calculateTriangleNormal (const aeVector3 &v1, const aeVector3 &v2, const aeVector3 &v3)
 Calculate normal for a triangle.


Detailed Description

General static utility functions.

Definition at line 33 of file util.h.


Member Function Documentation

aeVector3 aeUtil::calculateTriangleNormal const aeVector3   v1,
const aeVector3   v2,
const aeVector3   v3
[static]
 

Calculate normal for a triangle.

Parameters:
aeVector3 & First vertex of triangle.
aeVector3 & Second vertex of triangle.
aeVector3 & Third vertex of triangle.
Returns:
Calculated normal for the triangle.

bool aeUtil::inStr char *    searchstr,
char *    str
[static]
 

Checks if a string is included in another string.

Parameters:
searchstr String to search for.
str String to search from.
Returns:


The documentation for this class was generated from the following file:
AE Engine Public API Reference
Generated on Wed Apr 9 09:43:41 2003 by Doxygen.