scenic_math v0.7.0 Scenic.Math

Documentation for Scenic.Math

Lots to do here

Link to this section Summary

Link to this section Types

Link to this type line()
line() :: {p0 :: point(), p1 :: point()}
Link to this type matrix()
matrix() :: <<_::64>>
Link to this type point()
point() :: {x :: number(), y :: number()}
Link to this type quad()
quad() :: {p0 :: point(), p1 :: point(), p2 :: point(), p3 :: point()}
Link to this type triangle()
triangle() :: {p0 :: point(), p1 :: point(), p2 :: point()}
Link to this type vector_2()
vector_2() :: {x :: number(), y :: number()}
Link to this type vector_3()
vector_3() :: {x :: number(), y :: number(), z :: number()}
Link to this type vector_4()
vector_4() :: {x :: number(), y :: number(), z :: number(), w :: number()}