Changeset 4898 for trunk/psLib/src/astro/psSphereOps.h
- Timestamp:
- Aug 29, 2005, 3:14:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psSphereOps.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psSphereOps.h
r4708 r4898 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-08- 05 01:40:45$9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-08-30 01:14:10 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 72 72 ); 73 73 74 75 /** Checks the type of a particular pointer. 76 * 77 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 78 * 79 * @return bool: True if the pointer matches a psSphereRot structure, false otherwise. 80 */ 81 bool psMemCheckSphereRot( 82 psPtr ptr ///< the pointer whose type to check 83 ); 84 85 74 86 /** Allocator for psSphereRot given quaternions. 75 87 *
Note:
See TracChangeset
for help on using the changeset viewer.
