Added methods to POINT_VEC3 and documented

This commit is contained in:
FlightControl
2017-03-03 08:31:45 +01:00
parent 83447468f8
commit 5d17cde83a
6 changed files with 248 additions and 18 deletions

View File

@@ -205,6 +205,8 @@ MOOSE Functional Classes provide various functions that are useful in mission de
* [DETECTION](Documentation/Detection.html): Detect other units using the available sensors of the detection unit. The DETECTION_BASE derived classes will provide different methods how the sets of detected objects are built.
* [SCORING](Documentation/Scoring.html): Administer the scoring of player achievements, and create a CSV file logging the scoring events for use at team or squadron websites.
## 7.4) MOOSE AI Controlling Classes
MOOSE AI Controlling Classes provide mechanisms to control AI over long lasting processes.