bettercmath.transform

Type and dimension generic Affine Transformations backed by possibly compacted Matrices.

Members

Enums

TransformOptions
enum TransformOptions

Options for the Transform template.

Functions

combine
auto ref combine(Transform!(T, Dim, O1) target, Transform!(T, Dim, O2) transformation)

Pre-multiply transformation into target, returning a reference to target

combined
Transform!(T, Dim, O1) combined(Transform!(T, Dim, O1) target, Transform!(T, Dim, O2) transformation)

Returns the result of pre-multiplying transformation and target

Structs

Transform
struct Transform(T, uint Dim, TransformOptions options = TransformOptions.none)

Affine Transformation matrix.

Meta