Package com.github.stephengold.joltjni
Class Wheel
java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.NonCopyable
com.github.stephengold.joltjni.Wheel
- All Implemented Interfaces:
ConstJoltPhysicsObject,AutoCloseable,Comparable<ConstJoltPhysicsObject>
- Direct Known Subclasses:
WheelWv
A single wheel of a vehicle.
-
Method Summary
Modifier and TypeMethodDescriptionAccess the settings used to create this wheel.Methods inherited from class com.github.stephengold.joltjni.JoltPhysicsObject
close, compareTo, equals, hasAssignedNativeObject, hashCode, ownsNativeObject, setVirtualAddress, startCleaner, toString, va
-
Method Details
-
getSettings
Access the settings used to create this wheel.- Returns:
- a new JVM object with the pre-existing native object assigned
-