YAP
7.1.0
range.yap
Go to the documentation of this file.
1
/*************************************************************************
2
* *
3
* YAP Prolog *
4
* *
5
* Yap Prolog was developed at NCCUP - Universidade do Porto *
6
* *
7
* Copyright L.Damas, V.S.Costa and Universidade do Porto 1985-1997 *
8
* *
9
**************************************************************************
10
* *
11
* File: terms.yap *
12
* Last rev: 5/12/99 *
13
* mods: *
14
* comments: Term manipulation operations *
15
* *
16
*************************************************************************/
17
18
/**
19
* @file range.yap
20
* @author VITOR SANTOS COSTA <vsc@VITORs-MBP.lan>
21
* @date Wed Nov 18 00:10:17 2015
22
*
23
* @brief stub for geometry operations.
24
*
25
*
26
*/
27
28
:- module(
range
, [
29
euclidean_distance/3,
30
in_range/4,
31
in_range/8
32
]).
33
34
35
36
library
range.yap
Generated by
1.9.3