-
-
30 May 2021 17:28:51 UTC
- Distribution: Intertangle-Yarn
- Module version: 0.002
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (9 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (15.27KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Alien::Graphene
- DynaLoader
- Env
- Glib::Object::Introspection
- Hash::Merge
- Intertangle::API::Glib
- Modern::Perl
- Module::Load
- Role::Tiny
- Role::Tiny::With
- Scalar::Util
- Type::Library
- Type::Utils
- Types::Common::Numeric
- Types::Standard
- overload
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install Intertangle::Yarn, copy and paste the appropriate command in to your terminal.
cpanm Intertangle::Yarn
perl -MCPAN -e shell install Intertangle::Yarn
For more information on module installation, please visit the detailed CPAN module installation guide.