ejml-3dtools
3D操作に必要なベクトルや行列の演算を行うことができます。
線形代数ライブラリのEJMLを使用して作成されています。
必要環境
Java ≥ 11
インストール
Maven
Maven Centralからダウンロードできます。
<groupId>com.github.dabasan</groupId>
<artifactId>ejml-3dtools</artifactId>
<version>0.0.1</version>
License |
License |
---|---|
GroupId | GroupIdcom.github.dabasan |
ArtifactId | ArtifactIdejml-3dtools |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionejml-3dtools
A Java library for 3D vector and matrix operations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ejml-3dtools-0.0.1.pom | |
ejml-3dtools-0.0.1.jar | 8 KB |
ejml-3dtools-0.0.1-sources.jar | 6 KB |
ejml-3dtools-0.0.1-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dabasan/ejml-3dtools/ -->
<dependency>
<groupId>com.github.dabasan</groupId>
<artifactId>ejml-3dtools</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dabasan/ejml-3dtools/
implementation 'com.github.dabasan:ejml-3dtools:0.0.1'
// https://jarcasting.com/artifacts/com.github.dabasan/ejml-3dtools/
implementation ("com.github.dabasan:ejml-3dtools:0.0.1")
'com.github.dabasan:ejml-3dtools:jar:0.0.1'
<dependency org="com.github.dabasan" name="ejml-3dtools" rev="0.0.1">
<artifact name="ejml-3dtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dabasan', module='ejml-3dtools', version='0.0.1')
)
libraryDependencies += "com.github.dabasan" % "ejml-3dtools" % "0.0.1"
[com.github.dabasan/ejml-3dtools "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.ejml : ejml-all | jar | 0.39 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
3D操作に必要なベクトルや行列の演算を行うことができます。
線形代数ライブラリのEJMLを使用して作成されています。
Java ≥ 11
Maven Centralからダウンロードできます。
<groupId>com.github.dabasan</groupId>
<artifactId>ejml-3dtools</artifactId>
<version>0.0.1</version>