The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Intertangle::Yarn::Types - Types for Yarn

VERSION

version 0.002

EXTENDS

TYPES

Point

A type for any reference that extends Intertangle::Yarn::Graphene::Point

Coercible from a Tuple[Num, Num].

Vec2

A type for any reference that extends Intertangle::Yarn::Graphene::Vec2

Coercible from a Tuple[Num, Num].

Size

A type for any reference that extends Intertangle::Yarn::Graphene::Size

Coercible from a Tuple[PositiveOrZeroNum, PositiveOrZeroNum].

AngleDegrees

A type for an angle in degrees. Aliased to Num.

Rect

A type for any reference that extends Intertangle::Yarn::Graphene::Rect

Matrix

A type for any reference that extends Intertangle::Yarn::Graphene::Matrix

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Zakariyya Mughal.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.