Class Raylib.PhysicsManifoldData
java.lang.Object
org.bytedeco.javacpp.Pointer
com.raylib.Raylib.PhysicsManifoldData
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
Raylib
public static class Raylib.PhysicsManifoldData
extends org.bytedeco.javacpp.Pointer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
org.bytedeco.javacpp.Pointer.CustomDeallocator, org.bytedeco.javacpp.Pointer.Deallocator, org.bytedeco.javacpp.Pointer.NativeDeallocator, org.bytedeco.javacpp.Pointer.ReferenceCounter
-
Field Summary
Fields inherited from class org.bytedeco.javacpp.Pointer
address, capacity, limit, position
-
Constructor Summary
ConstructorDescriptionDefault native constructor.PhysicsManifoldData
(long size) Native array allocator.PhysicsManifoldData
(org.bytedeco.javacpp.Pointer p) Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptionbodyA()
bodyA
(Raylib.PhysicsBody setter) bodyB()
bodyB
(Raylib.PhysicsBody setter) contacts()
contacts
(int i) contacts
(int i, Raylib.Vector2 setter) int
contactsCount
(int setter) float
dynamicFriction
(float setter) getPointer
(long i) int
id()
id
(int setter) normal()
normal
(Raylib.Vector2 setter) float
penetration
(float setter) position
(long position) float
restitution
(float setter) float
staticFriction
(float setter) Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
Constructor Details
-
PhysicsManifoldData
public PhysicsManifoldData()Default native constructor. -
PhysicsManifoldData
public PhysicsManifoldData(long size) Native array allocator. Access withPointer.position(long)
. -
PhysicsManifoldData
public PhysicsManifoldData(org.bytedeco.javacpp.Pointer p) Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Details
-
position
- Overrides:
position
in classorg.bytedeco.javacpp.Pointer
-
getPointer
- Overrides:
getPointer
in classorg.bytedeco.javacpp.Pointer
-
id
@Cast("unsigned int") public int id() -
id
-
bodyA
-
bodyA
-
bodyB
-
bodyB
-
penetration
public float penetration() -
penetration
-
normal
-
normal
-
contacts
-
contacts
-
contacts
-
contactsCount
@Cast("unsigned int") public int contactsCount() -
contactsCount
-
restitution
public float restitution() -
restitution
-
dynamicFriction
public float dynamicFriction() -
dynamicFriction
-
staticFriction
public float staticFriction() -
staticFriction
-