Math.Geometry


Tuple3 Module

Functions and values

Function or value Description

map f (x, y, z)

Full Usage: map f (x, y, z)

Parameters:
    f : 'a -> 'b -> 'c -> 'd
    x : 'a
    y : 'b
    z : 'c

Returns: 'd
f : 'a -> 'b -> 'c -> 'd
x : 'a
y : 'b
z : 'c
Returns: 'd