To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Implemented by all point types.
dim
is the dimension of points of type t
.
The type for matrices representing linear transformations of homogenous dim
space.
Constructors, accessors and constants
val o : t
o
is the point whose coordinates are all zero.
Functions
tr m p
is the affine transform in homogenous dim
space of the point p
by m
.
Note. Since m
is supposed to be affine the function ignores the last row of m
. p
is treated as a finite point (its last coordinate in homogenous space is 1).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page