public class PxTriangle extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxTriangle() |
protected |
PxTriangle(long address) |
|
PxTriangle(PxVec3 p0,
PxVec3 p1,
PxVec3 p2) |
| Modifier and Type | Method and Description |
|---|---|
float |
area() |
void |
denormalizedNormal(PxVec3 normal) |
void |
destroy() |
void |
normal(PxVec3 normal) |
PxVec3 |
pointFromUV(float u,
float v) |
static PxTriangle |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodepublic static PxTriangle wrapPointer(long address)
public void destroy()
public void denormalizedNormal(PxVec3 normal)
normal - WebIDL type: PxVec3 [Ref]public float area()