🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

generalvector

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generalvector

Simple immutable vectors.

1.5.114
Maintainers
1

generalvector

Simple immutable vectors.

Table of Contents

generalvector
├─ Dependency Diagram for ManderaGeneral
├─ Installation showing dependencies
├─ Information
├─ Attributes
├─ Contributions
└─ Todo

Dependency Diagram for ManderaGeneral

flowchart LR
2([library]) --> 4([vector])
1([tool]) --> 2([library])
3([file]) --> 5([packager])
2([library]) --> 3([file])
0([import]) --> 2([library])
0([import]) --> 3([file])
2([library]) --> 5([packager])
click 0 "https://github.com/ManderaGeneral/generalimport"
click 1 "https://github.com/ManderaGeneral/generaltool"
click 2 "https://github.com/ManderaGeneral/generallibrary"
click 3 "https://github.com/ManderaGeneral/generalfile"
click 4 "https://github.com/ManderaGeneral/generalvector"
click 5 "https://github.com/ManderaGeneral/generalpackager"
style 4 fill:#482

Installation showing dependencies

pip installgeneralvector
generallibrary✔️

Information

PackageVerLatest ReleasePythonPlatformCover
generalvector1.5.1142023-06-05 11:30 CEST3.8, 3.9, 3.10, 3.11Windows, Ubuntu52.4 %

Attributes

Module: generalvector
├─ Class: Vec
│  ├─ Method: clamp
│  ├─ Method: distance
│  ├─ Method: hex
│  ├─ Method: inrange
│  ├─ Method: length
│  ├─ Method: max
│  ├─ Method: min
│  ├─ Method: normalized
│  ├─ Method: random
│  ├─ Method: range
│  └─ Method: round
└─ Class: Vec2
   ├─ Method: clamp
   ├─ Method: distance
   ├─ Method: inrange
   ├─ Method: length
   ├─ Method: max
   ├─ Method: min
   ├─ Method: normalized
   ├─ Method: random
   ├─ Method: range
   └─ Method: round

Contributions

Issue-creation, discussions and pull requests are most welcome!

Todo

ModuleMessage
general.pyMove most methods to _GeneralVector.
Generated 2023-06-05 11:30 CEST for commit master.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts