| 组织ID: |
eu.mihosoft.vvecmath |
| 项目ID: |
vvecmath |
| 版本: |
0.3.2 |
| 最后修改时间: |
2019-01-21 14:11:11 |
| 包类型: |
jar |
| 标题: |
vvecmath |
| 描述: |
VVecMath |
| 相关URL: |
https://github.com/miho/VVecMath |
| 大小: |
15.70KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>eu.mihosoft.vvecmath</groupId>
<artifactId>vvecmath</artifactId>
<version>0.3.2</version>
</dependency>
|
| Gradle引入代码: |
eu.mihosoft.vvecmath:vvecmath:0.3.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.mihosoft.vvecmath</groupId>
<artifactId>vvecmath</artifactId>
<version>0.3.2</version>
<description>VVecMath</description>
<name>vvecmath</name>
<url>https://github.com/miho/VVecMath</url>
<inceptionYear>2017</inceptionYear>
<licenses>
<license>
<name>BSD 2-Clause</name>
<url>https://github.com/miho/VVecMath/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/miho/VVecMath.git</url>
<connection>https://github.com/miho/VVecMath.git</connection>
<developerConnection>https://github.com/miho/VVecMath.git</developerConnection>
</scm>
<developers>
<developer>
<id>null</id>
<name>Michael Hoffer</name>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
eu.mihosoft.vvecmath.Matrix4d.class
eu.mihosoft.vvecmath.ModifiableVector3d.class
eu.mihosoft.vvecmath.Plane.class
eu.mihosoft.vvecmath.Spline$Cubic.class
eu.mihosoft.vvecmath.Spline.class
eu.mihosoft.vvecmath.Spline3D.class
eu.mihosoft.vvecmath.Transform.class
eu.mihosoft.vvecmath.Vector3d.class
eu.mihosoft.vvecmath.Vector3dImpl.class
|
| 依赖Jar: |
无
|