|
||
int congruent ( char *obj1, char *obj2 )
char *obj1; // path to SilverScreen object char *obj2; // path to SilverScreen object
|
|||||||||||||||||||
Synopsis |
#include "silver.h"
The congruent function determines whether the objects specified by obj1 and obj2 are identical.
|
||||||||||||||||||
Parameters |
obj1 and obj2 are both null-terminated strings containing the full paths to SilverScreen objects.
|
||||||||||||||||||
Return Value |
congruent returns one of the following values (as defined in silver.h):
|
||||||||||||||||||
Comments |
The objects must be valid solids.
|
||||||||||||||||||
|