The com.elbeno.vector Reference Manual

This is the com.elbeno.vector Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:13:10 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 com.elbeno.vector

A simple package to do 2D vector math.

Author

Ben Deane <>

License

GPLv3

Version

0.1

Source

com.elbeno.vector.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 com.elbeno.vector/com.elbeno.vector.asd

Source

com.elbeno.vector.asd.

Parent Component

com.elbeno.vector (system).

ASDF Systems

com.elbeno.vector.


3.1.2 com.elbeno.vector/package.lisp

Source

com.elbeno.vector.asd.

Parent Component

com.elbeno.vector (system).

Packages

com.elbeno.vector.


3.1.3 com.elbeno.vector/vector.lisp

Dependency

package.lisp (file).

Source

com.elbeno.vector.asd.

Parent Component

com.elbeno.vector (system).

Public Interface
Internals

interp-single (function).


4 Packages

Packages are listed by definition order.


4.1 com.elbeno.vector

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

interp-single (function).


5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: +vector (a b)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: -vector (a b)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: dot-product (a b)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: interp (a b k)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: make-vector (x y)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: normal (a b)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: normalize (v)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: rotate-vector (v angle)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: scale-vector (v s)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: transform-point (pt trans rot)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: vector-angle (v)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: vector-distance (a b)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: vector-length (v)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: xcoord (p)
Package

com.elbeno.vector.

Source

vector.lisp.

Function: ycoord (p)
Package

com.elbeno.vector.

Source

vector.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: interp-single (x1 x2 k)
Package

com.elbeno.vector.

Source

vector.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   +   -  
D   F   I   M   N   R   S   T   V   X   Y  
Index Entry  Section

+
+vector: Public ordinary functions

-
-vector: Public ordinary functions

D
dot-product: Public ordinary functions

F
Function, +vector: Public ordinary functions
Function, -vector: Public ordinary functions
Function, dot-product: Public ordinary functions
Function, interp: Public ordinary functions
Function, interp-single: Private ordinary functions
Function, make-vector: Public ordinary functions
Function, normal: Public ordinary functions
Function, normalize: Public ordinary functions
Function, rotate-vector: Public ordinary functions
Function, scale-vector: Public ordinary functions
Function, transform-point: Public ordinary functions
Function, vector-angle: Public ordinary functions
Function, vector-distance: Public ordinary functions
Function, vector-length: Public ordinary functions
Function, xcoord: Public ordinary functions
Function, ycoord: Public ordinary functions

I
interp: Public ordinary functions
interp-single: Private ordinary functions

M
make-vector: Public ordinary functions

N
normal: Public ordinary functions
normalize: Public ordinary functions

R
rotate-vector: Public ordinary functions

S
scale-vector: Public ordinary functions

T
transform-point: Public ordinary functions

V
vector-angle: Public ordinary functions
vector-distance: Public ordinary functions
vector-length: Public ordinary functions

X
xcoord: Public ordinary functions

Y
ycoord: Public ordinary functions


A.3 Variables