-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
377bbcf
commit b5642fc
Showing
12 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ of this software and associated documentation files (the "Software"), to deal | |
import com.github.stephengold.joltjni.readonly.Vec3Arg; | ||
|
||
/** | ||
* An axis-aligned box. | ||
* An axis-aligned box. (native class: AABox) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,8 @@ of this software and associated documentation files (the "Software"), to deal | |
import com.github.stephengold.joltjni.readonly.ConstBodyId; | ||
|
||
/** | ||
* Identify a particular {@code Body} to a {@code BodyInterface}. | ||
* Identify a particular {@code Body} to a {@code BodyInterface}. (native class: | ||
* BodyID) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ of this software and associated documentation files (the "Software"), to deal | |
package com.github.stephengold.joltjni; | ||
|
||
/** | ||
* Collect results from a narrowphase raycast. | ||
* Collect results from a narrow-phase raycast. | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,12 @@ of this software and associated documentation files (the "Software"), to deal | |
*/ | ||
package com.github.stephengold.joltjni; | ||
|
||
import com.github.stephengold.joltjni.Character; | ||
import com.github.stephengold.joltjni.template.Ref; | ||
|
||
/** | ||
* A counted reference to a {@code Character}. | ||
* A counted reference to a {@code Character}. (native class: | ||
* {@code Ref<Character>}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ of this software and associated documentation files (the "Software"), to deal | |
import com.github.stephengold.joltjni.template.Ref; | ||
|
||
/** | ||
* A counted reference to a {@code Shape}. | ||
* A counted reference to a {@code Shape}. (native class: {@code Ref<Shape>}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,8 @@ of this software and associated documentation files (the "Software"), to deal | |
package com.github.stephengold.joltjni; | ||
|
||
/** | ||
* Either an error or a {@code ShapeRefC}. | ||
* Either an error or a {@code ShapeRefC}. (native class: | ||
* {@code Result<Ref<Shape>>}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,8 @@ of this software and associated documentation files (the "Software"), to deal | |
import com.github.stephengold.joltjni.template.Ref; | ||
|
||
/** | ||
* A counted reference to a {@code ShapeSettings}. | ||
* A counted reference to a {@code ShapeSettings}. (native class: | ||
* {@code Ref<ShapeSettings>}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,8 @@ of this software and associated documentation files (the "Software"), to deal | |
import com.github.stephengold.joltjni.template.Ref; | ||
|
||
/** | ||
* A counted reference to a {@code Skeleton}. | ||
* A counted reference to a {@code Skeleton}. (native class: | ||
* {@code Ref<Skeleton>}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ of this software and associated documentation files (the "Software"), to deal | |
|
||
/** | ||
* Identify an element (typically a triangle or other primitive type) in a | ||
* compound shape. | ||
* compound shape. (native class: SubShapeID) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|