• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-

MakefileH A D03-May-2022521 3722

RAPID.CH A D03-May-20222.6 KiB9436

RAPID.HH A D03-Jul-19975 KiB16741

RAPID_private.HH A D03-May-2022658 2512

RAPID_version.HH A D03-Jul-1997147 74

READMEH A D03-Jul-1997610 3618

build.CH A D03-May-202215.7 KiB647391

collide.CH A D03-May-20228.7 KiB330179

matvec.HH A D03-Jul-199713.5 KiB619503

moments.HH A D03-Jul-19974.2 KiB200154

obb.HH A D03-Jul-19972.8 KiB9126

overlap.CH A D03-May-202210.2 KiB381213

overlap.HH A D03-Jul-1997216 128

sample_client.CH A D03-May-20226.6 KiB211107

README

1
2This is the RAPID collision detection package.
3
4Just type "make" in this directory to compile the package
5and the test program.
6
7The library will be compiled into
8
9	libRAPID.a
10
11The only include file you need in your client
12application is
13
14	RAPID.H
15
16The sample client application, which will be built
17in this directory is,
18
19	sample_client
20
21Run this program, and look over its source code
22(in sample_client.C) to get a feel for how to use RAPID.
23
24A simple text user manual can be found in
25
26	doc/user_manual.txt
27
28---
29
30Send comments and questions to "geom@cs.unc.edu",
31and use "RAPID" in the subject line.
32
33
34
35
36