• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Mercury Geometry and Math Library


File Info

Révision 7ff29fb8f53f14a882d75b05af9a84155d2a317b
Taille 711 octets
l'heure 2022-04-24 05:04:00
Auteur Emily Dioxideson
Message de Log

Use vectors to implement geometry2d

Content

% Copyright (C) 2017-2020 AlaskanEmily
%
% This Source Code Form is subject to the terms of the Mozilla Public
% License, v. 2.0. If a copy of the MPL was not distributed with this
% file, You can obtain one at http://mozilla.org/MPL/2.0/.

:- module mmath.

%==============================================================================%
% This module simply pulls in all the modules of mmath in order to create a
% single library from them.
:- interface.
%==============================================================================%

:- include_module mmath.vector.
:- include_module mmath.geometry.
:- include_module mmath.matrix.
:- include_module mmath.geometry2d.
:- include_module mmath.multi_math.