A B C F G I L M N O P R S T U V X Y
A
- ALIGNOF - Static variable in class org.lwjgl.util.par.ParShapesMesh
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.par.ParSLAnnotation
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.par.ParSLConfig
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.par.ParSLMesh
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.par.ParSLPosition
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.par.ParSLSpineList
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.par.ParSLViewport
-
The struct alignment in bytes.
- annotations() - Method in class org.lwjgl.util.par.ParSLMesh
-
Returns a
ParSLAnnotation.Buffer
view of the struct array pointed to by theannotations
field. - annotations() - Method in class org.lwjgl.util.par.ParSLMesh.Buffer
-
Returns a
ParSLAnnotation.Buffer
view of the struct array pointed to by theannotations
field. - ANNOTATIONS - Static variable in class org.lwjgl.util.par.ParSLMesh
-
The struct member offsets.
B
- bottom() - Method in class org.lwjgl.util.par.ParSLViewport
-
Returns the value of the
bottom
field. - bottom() - Method in class org.lwjgl.util.par.ParSLViewport.Buffer
-
Returns the value of the
bottom
field. - bottom(float) - Method in class org.lwjgl.util.par.ParSLViewport
-
Sets the specified value to the
bottom
field. - bottom(float) - Method in class org.lwjgl.util.par.ParSLViewport.Buffer
-
Sets the specified value to the
bottom
field. - BOTTOM - Static variable in class org.lwjgl.util.par.ParSLViewport
-
The struct member offsets.
- Buffer(long, int) - Constructor for class org.lwjgl.util.par.ParShapesMesh.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.par.ParSLAnnotation.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.par.ParSLConfig.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.par.ParSLMesh.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.par.ParSLPosition.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.par.ParSLSpineList.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.par.ParSLViewport.Buffer
- Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParShapesMesh.Buffer
-
Creates a new
ParShapesMesh.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLAnnotation.Buffer
-
Creates a new
ParSLAnnotation.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLConfig.Buffer
-
Creates a new
ParSLConfig.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLMesh.Buffer
-
Creates a new
ParSLMesh.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLPosition.Buffer
-
Creates a new
ParSLPosition.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLSpineList.Buffer
-
Creates a new
ParSLSpineList.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLViewport.Buffer
-
Creates a new
ParSLViewport.Buffer
instance backed by the specified container.
C
- callback(long) - Method in interface org.lwjgl.util.par.ParSLAdvectionCallbackI
- calloc() - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport.Buffer
instance allocated withmemCalloc
. - callocStack() - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - closed() - Method in class org.lwjgl.util.par.ParSLSpineList.Buffer
-
Returns the value of the
closed
field. - closed() - Method in class org.lwjgl.util.par.ParSLSpineList
-
Returns the value of the
closed
field. - closed(boolean) - Method in class org.lwjgl.util.par.ParSLSpineList.Buffer
-
Sets the specified value to the
closed
field. - closed(boolean) - Method in class org.lwjgl.util.par.ParSLSpineList
-
Sets the specified value to the
closed
field. - CLOSED - Static variable in class org.lwjgl.util.par.ParSLSpineList
-
The struct member offsets.
- create() - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport.Buffer
instance allocated withBufferUtils
. - create(long) - Static method in class org.lwjgl.util.par.ParShapesMesh
-
Returns a new
ParShapesMesh
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.par.ParSLAdvectionCallback
-
Creates a
ParSLAdvectionCallback
instance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.par.ParSLAnnotation
-
Returns a new
ParSLAnnotation
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.par.ParSLMesh
-
Returns a new
ParSLMesh
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport
instance for the specified memory address. - create(long, int) - Static method in class org.lwjgl.util.par.ParShapesMesh
-
Create a
ParShapesMesh.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.par.ParSLAnnotation
-
Create a
ParSLAnnotation.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Create a
ParSLConfig.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.par.ParSLMesh
-
Create a
ParSLMesh.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Create a
ParSLPosition.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Create a
ParSLSpineList.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Create a
ParSLViewport.Buffer
instance at the specified memory. - create(ParSLAdvectionCallbackI) - Static method in class org.lwjgl.util.par.ParSLAdvectionCallback
-
Creates a
ParSLAdvectionCallback
instance that delegates to the specifiedParSLAdvectionCallbackI
instance. - createSafe(long) - Static method in class org.lwjgl.util.par.ParShapesMesh
- createSafe(long) - Static method in class org.lwjgl.util.par.ParSLAdvectionCallback
- createSafe(long) - Static method in class org.lwjgl.util.par.ParSLAnnotation
- createSafe(long) - Static method in class org.lwjgl.util.par.ParSLConfig
- createSafe(long) - Static method in class org.lwjgl.util.par.ParSLMesh
- createSafe(long) - Static method in class org.lwjgl.util.par.ParSLPosition
- createSafe(long) - Static method in class org.lwjgl.util.par.ParSLSpineList
- createSafe(long) - Static method in class org.lwjgl.util.par.ParSLViewport
- createSafe(long, int) - Static method in class org.lwjgl.util.par.ParShapesMesh
- createSafe(long, int) - Static method in class org.lwjgl.util.par.ParSLAnnotation
- createSafe(long, int) - Static method in class org.lwjgl.util.par.ParSLConfig
- createSafe(long, int) - Static method in class org.lwjgl.util.par.ParSLMesh
- createSafe(long, int) - Static method in class org.lwjgl.util.par.ParSLPosition
- createSafe(long, int) - Static method in class org.lwjgl.util.par.ParSLSpineList
- createSafe(long, int) - Static method in class org.lwjgl.util.par.ParSLViewport
- curves_max_flatness() - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Returns the value of the
curves_max_flatness
field. - curves_max_flatness() - Method in class org.lwjgl.util.par.ParSLConfig
-
Returns the value of the
curves_max_flatness
field. - curves_max_flatness(float) - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Sets the specified value to the
curves_max_flatness
field. - curves_max_flatness(float) - Method in class org.lwjgl.util.par.ParSLConfig
-
Sets the specified value to the
curves_max_flatness
field. - CURVES_MAX_FLATNESS - Static variable in class org.lwjgl.util.par.ParSLConfig
-
The struct member offsets.
F
- flags() - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Returns the value of the
flags
field. - flags() - Method in class org.lwjgl.util.par.ParSLConfig
-
Returns the value of the
flags
field. - flags(int) - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Sets the specified value to the
flags
field. - flags(int) - Method in class org.lwjgl.util.par.ParSLConfig
-
Sets the specified value to the
flags
field. - FLAGS - Static variable in class org.lwjgl.util.par.ParSLConfig
-
The struct member offsets.
G
- getSignature() - Method in interface org.lwjgl.util.par.ParSLAdvectionCallbackI
I
- invoke(long, long) - Method in interface org.lwjgl.util.par.ParSLAdvectionCallbackI
-
Client function that moves a streamline particle by a single time step.
L
- left() - Method in class org.lwjgl.util.par.ParSLViewport.Buffer
-
Returns the value of the
left
field. - left() - Method in class org.lwjgl.util.par.ParSLViewport
-
Returns the value of the
left
field. - left(float) - Method in class org.lwjgl.util.par.ParSLViewport.Buffer
-
Sets the specified value to the
left
field. - left(float) - Method in class org.lwjgl.util.par.ParSLViewport
-
Sets the specified value to the
left
field. - LEFT - Static variable in class org.lwjgl.util.par.ParSLViewport
-
The struct member offsets.
M
- malloc() - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport.Buffer
instance allocated withmemAlloc
. - mallocStack() - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Returns a new
ParSLConfig
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Returns a new
ParSLPosition
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a new
ParSLSpineList
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Returns a new
ParSLViewport
instance allocated on the specifiedMemoryStack
. - miter_limit() - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Returns the value of the
miter_limit
field. - miter_limit() - Method in class org.lwjgl.util.par.ParSLConfig
-
Returns the value of the
miter_limit
field. - miter_limit(float) - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Sets the specified value to the
miter_limit
field. - miter_limit(float) - Method in class org.lwjgl.util.par.ParSLConfig
-
Sets the specified value to the
miter_limit
field. - MITER_LIMIT - Static variable in class org.lwjgl.util.par.ParSLConfig
-
The struct member offsets.
N
- nannotations(long) - Static method in class org.lwjgl.util.par.ParSLMesh
-
Unsafe version of
ParSLMesh.annotations()
. - nbottom(long) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Unsafe version of
ParSLViewport.bottom()
. - nbottom(long, float) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Unsafe version of
bottom
. - nclosed(long) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Unsafe version of
ParSLSpineList.closed()
. - nclosed(long, boolean) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Unsafe version of
closed
. - ncurves_max_flatness(long) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
ParSLConfig.curves_max_flatness()
. - ncurves_max_flatness(long, float) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
curves_max_flatness
. - nflags(long) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
ParSLConfig.flags()
. - nflags(long, int) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
flags
. - nleft(long) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Unsafe version of
ParSLViewport.left()
. - nleft(long, float) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Unsafe version of
left
. - nmiter_limit(long) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
ParSLConfig.miter_limit()
. - nmiter_limit(long, float) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
miter_limit
. - nnormals(long, int) - Static method in class org.lwjgl.util.par.ParShapesMesh
-
Unsafe version of
normals
. - nnpoints(long) - Static method in class org.lwjgl.util.par.ParShapesMesh
-
Unsafe version of
ParShapesMesh.npoints()
. - nntriangles(long) - Static method in class org.lwjgl.util.par.ParShapesMesh
-
Unsafe version of
ParShapesMesh.ntriangles()
. - nnum_spines(long) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Unsafe version of
ParSLSpineList.num_spines()
. - nnum_spines(long, short) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Sets the specified value to the
num_spines
field of the specifiedstruct
. - nnum_triangles(long) - Static method in class org.lwjgl.util.par.ParSLMesh
-
Unsafe version of
ParSLMesh.num_triangles()
. - nnum_vertices(long) - Static method in class org.lwjgl.util.par.ParSLMesh
-
Unsafe version of
ParSLMesh.num_vertices()
. - nnum_vertices(long) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Unsafe version of
ParSLSpineList.num_vertices()
. - nnum_vertices(long, int) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Sets the specified value to the
num_vertices
field of the specifiedstruct
. - normals(int) - Method in class org.lwjgl.util.par.ParShapesMesh.Buffer
-
Returns a
FloatBuffer
view of the data pointed to by thenormals
field. - normals(int) - Method in class org.lwjgl.util.par.ParShapesMesh
-
Returns a
FloatBuffer
view of the data pointed to by thenormals
field. - NORMALS - Static variable in class org.lwjgl.util.par.ParShapesMesh
-
The struct member offsets.
- npar_shapes_clone(long, long) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
clone
- npar_shapes_compute_aabb(long, float[]) - Static method in class org.lwjgl.util.par.ParShapes
-
Array version of:
ParShapes.npar_shapes_compute_aabb(long, long)
- npar_shapes_compute_aabb(long, long) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
compute_aabb
- npar_shapes_compute_normals(long) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
compute_normals
- npar_shapes_create_cone(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_cone
- npar_shapes_create_cube() - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_cube
- npar_shapes_create_cylinder(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_cylinder
- npar_shapes_create_disk(float, int, float[], float[]) - Static method in class org.lwjgl.util.par.ParShapes
-
Array version of:
ParShapes.npar_shapes_create_disk(float, int, long, long)
- npar_shapes_create_disk(float, int, long, long) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_disk
- npar_shapes_create_dodecahedron() - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_dodecahedron
- npar_shapes_create_empty() - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_empty
- npar_shapes_create_hemisphere(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_hemisphere
- npar_shapes_create_icosahedron() - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_icosahedron
- npar_shapes_create_klein_bottle(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_klein_bottle
- npar_shapes_create_lsystem(long, int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_lsystem
- npar_shapes_create_octahedron() - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_octahedron
- npar_shapes_create_parametric_sphere(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_parametric_sphere
- npar_shapes_create_plane(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_plane
- npar_shapes_create_rock(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_rock
- npar_shapes_create_subdivided_sphere(int) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_subdivided_sphere
- npar_shapes_create_tetrahedron() - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_tetrahedron
- npar_shapes_create_torus(int, int, float) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_torus
- npar_shapes_create_trefoil_knot(int, int, float) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
create_trefoil_knot
- npar_shapes_export(long, long) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
export
- npar_shapes_free_mesh(long) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
free_mesh
- npar_shapes_invert(long, int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
invert
- npar_shapes_merge(long, long) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
merge
- npar_shapes_merge_and_free(long, long) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
merge_and_free
- npar_shapes_remove_degenerate(long, float) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
remove_degenerate
- npar_shapes_rotate(long, float, float[]) - Static method in class org.lwjgl.util.par.ParShapes
-
Array version of:
ParShapes.npar_shapes_rotate(long, float, long)
- npar_shapes_rotate(long, float, long) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
rotate
- npar_shapes_scale(long, float, float, float) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
scale
- npar_shapes_translate(long, float, float, float) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
translate
- npar_shapes_unweld(long, boolean) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
unweld
- npar_shapes_weld(long, float, int[]) - Static method in class org.lwjgl.util.par.ParShapes
-
Array version of:
ParShapes.npar_shapes_weld(long, float, long)
- npar_shapes_weld(long, float, long) - Static method in class org.lwjgl.util.par.ParShapes
-
Unsafe version of:
weld
- nparsl_create_context(long) - Static method in class org.lwjgl.util.par.ParStreamlines
- nparsl_destroy_context(long) - Static method in class org.lwjgl.util.par.ParStreamlines
- nparsl_mesh_from_curves_cubic(long, long) - Static method in class org.lwjgl.util.par.ParStreamlines
-
Unsafe version of:
mesh_from_curves_cubic
- nparsl_mesh_from_curves_quadratic(long, long) - Static method in class org.lwjgl.util.par.ParStreamlines
-
Unsafe version of:
mesh_from_curves_quadratic
- nparsl_mesh_from_lines(long, long) - Static method in class org.lwjgl.util.par.ParStreamlines
-
Unsafe version of:
mesh_from_lines
- nparsl_mesh_from_streamlines(long, long, int, int, long) - Static method in class org.lwjgl.util.par.ParStreamlines
-
Unsafe version of:
mesh_from_streamlines
- npoints() - Method in class org.lwjgl.util.par.ParShapesMesh.Buffer
-
Returns the value of the
npoints
field. - npoints() - Method in class org.lwjgl.util.par.ParShapesMesh
-
Returns the value of the
npoints
field. - npoints(long, int) - Static method in class org.lwjgl.util.par.ParShapesMesh
-
Unsafe version of
points
. - NPOINTS - Static variable in class org.lwjgl.util.par.ParShapesMesh
-
The struct member offsets.
- npositions(long) - Static method in class org.lwjgl.util.par.ParSLMesh
-
Unsafe version of
ParSLMesh.positions()
. - nrandom_offsets(long) - Static method in class org.lwjgl.util.par.ParSLMesh
-
Unsafe version of
random_offsets
. - nright(long) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Unsafe version of
ParSLViewport.right()
. - nright(long, float) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Unsafe version of
right
. - nspine_lengths(long) - Static method in class org.lwjgl.util.par.ParSLMesh
-
Unsafe version of
spine_lengths
. - nspine_lengths(long) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Unsafe version of
spine_lengths
. - nspine_lengths(long, ShortBuffer) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Unsafe version of
spine_lengths
. - nspine_to_edge_x(long) - Static method in class org.lwjgl.util.par.ParSLAnnotation
-
Unsafe version of
ParSLAnnotation.spine_to_edge_x()
. - nspine_to_edge_y(long) - Static method in class org.lwjgl.util.par.ParSLAnnotation
-
Unsafe version of
ParSLAnnotation.spine_to_edge_y()
. - nstreamlines_seed_spacing(long) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
ParSLConfig.streamlines_seed_spacing()
. - nstreamlines_seed_spacing(long, float) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
streamlines_seed_spacing
. - nstreamlines_seed_viewport(long) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
ParSLConfig.streamlines_seed_viewport()
. - nstreamlines_seed_viewport(long, ParSLViewport) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
streamlines_seed_viewport
. - ntcoords(long, int) - Static method in class org.lwjgl.util.par.ParShapesMesh
-
Unsafe version of
tcoords
. - nthickness(long) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
ParSLConfig.thickness()
. - nthickness(long, float) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
thickness
. - ntop(long) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Unsafe version of
ParSLViewport.top()
. - ntop(long, float) - Static method in class org.lwjgl.util.par.ParSLViewport
-
Unsafe version of
top
. - ntriangle_indices(long, int) - Static method in class org.lwjgl.util.par.ParSLMesh
-
Unsafe version of
triangle_indices
. - ntriangles() - Method in class org.lwjgl.util.par.ParShapesMesh.Buffer
-
Returns the value of the
ntriangles
field. - ntriangles() - Method in class org.lwjgl.util.par.ParShapesMesh
-
Returns the value of the
ntriangles
field. - ntriangles(long, int) - Static method in class org.lwjgl.util.par.ParShapesMesh
-
Unsafe version of
triangles
. - NTRIANGLES - Static variable in class org.lwjgl.util.par.ParShapesMesh
-
The struct member offsets.
- nu_along_curve(long) - Static method in class org.lwjgl.util.par.ParSLAnnotation
-
Unsafe version of
ParSLAnnotation.u_along_curve()
. - nu_mode(long) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
ParSLConfig.u_mode()
. - nu_mode(long, int) - Static method in class org.lwjgl.util.par.ParSLConfig
-
Unsafe version of
u_mode
. - num_spines() - Method in class org.lwjgl.util.par.ParSLSpineList.Buffer
-
Returns the value of the
num_spines
field. - num_spines() - Method in class org.lwjgl.util.par.ParSLSpineList
-
Returns the value of the
num_spines
field. - NUM_SPINES - Static variable in class org.lwjgl.util.par.ParSLSpineList
-
The struct member offsets.
- num_triangles() - Method in class org.lwjgl.util.par.ParSLMesh.Buffer
-
Returns the value of the
num_triangles
field. - num_triangles() - Method in class org.lwjgl.util.par.ParSLMesh
-
Returns the value of the
num_triangles
field. - NUM_TRIANGLES - Static variable in class org.lwjgl.util.par.ParSLMesh
-
The struct member offsets.
- num_vertices() - Method in class org.lwjgl.util.par.ParSLMesh.Buffer
-
Returns the value of the
num_vertices
field. - num_vertices() - Method in class org.lwjgl.util.par.ParSLMesh
-
Returns the value of the
num_vertices
field. - num_vertices() - Method in class org.lwjgl.util.par.ParSLSpineList.Buffer
-
Returns the value of the
num_vertices
field. - num_vertices() - Method in class org.lwjgl.util.par.ParSLSpineList
-
Returns the value of the
num_vertices
field. - NUM_VERTICES - Static variable in class org.lwjgl.util.par.ParSLMesh
-
The struct member offsets.
- NUM_VERTICES - Static variable in class org.lwjgl.util.par.ParSLSpineList
-
The struct member offsets.
- nv_across_curve(long) - Static method in class org.lwjgl.util.par.ParSLAnnotation
-
Unsafe version of
ParSLAnnotation.v_across_curve()
. - nvertices(long) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Unsafe version of
ParSLSpineList.vertices()
. - nvertices(long, ParSLPosition.Buffer) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Unsafe version of
vertices
. - nx(long) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Unsafe version of
ParSLPosition.x()
. - nx(long, float) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Unsafe version of
x
. - ny(long) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Unsafe version of
ParSLPosition.y()
. - ny(long, float) - Static method in class org.lwjgl.util.par.ParSLPosition
-
Unsafe version of
y
.
O
- org.lwjgl.util.par - package org.lwjgl.util.par
-
Contains bindings to the par library.
P
- par_shapes_clone(ParShapesMesh, ParShapesMesh) - Static method in class org.lwjgl.util.par.ParShapes
-
Makes a deep copy of a mesh.
- par_shapes_compute_aabb(ParShapesMesh, float[]) - Static method in class org.lwjgl.util.par.ParShapes
-
Array version of:
compute_aabb
- par_shapes_compute_aabb(ParShapesMesh, FloatBuffer) - Static method in class org.lwjgl.util.par.ParShapes
-
Takes a pointer to 6 floats and sets them to min xyz, max xyz.
- par_shapes_compute_normals(ParShapesMesh) - Static method in class org.lwjgl.util.par.ParShapes
-
Computes smooth normals by averaging adjacent facet normals.
- par_shapes_create_cone(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Creates a cone similar to
create_cylinder
but the radius diminishes to zero as Z increases. - par_shapes_create_cube() - Static method in class org.lwjgl.util.par.ParShapes
-
Generates points for a cube that fits in the unit sphere.
- par_shapes_create_cylinder(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Creates a cylinder that sits on the Z=0 plane using the given tessellation levels across the UV domain.
- par_shapes_create_disk(float, int, float[], float[]) - Static method in class org.lwjgl.util.par.ParShapes
-
Array version of:
create_disk
- par_shapes_create_disk(float, int, FloatBuffer, FloatBuffer) - Static method in class org.lwjgl.util.par.ParShapes
-
Generates an orientable disk shape in 3-space.
- par_shapes_create_dodecahedron() - Static method in class org.lwjgl.util.par.ParShapes
-
Generates points for a 12-sided polyhedron that fits in the unit sphere.
- par_shapes_create_empty() - Static method in class org.lwjgl.util.par.ParShapes
-
Creates an empty shape.
- par_shapes_create_hemisphere(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Creates a hemisphere mesh.
- par_shapes_create_icosahedron() - Static method in class org.lwjgl.util.par.ParShapes
-
Generates points for a 20-sided polyhedron that fits in the unit sphere.
- par_shapes_create_klein_bottle(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Creates a klein bottle mesh.
- par_shapes_create_lsystem(CharSequence, int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Creates trees or vegetation by executing a recursive turtle graphics program.
- par_shapes_create_lsystem(ByteBuffer, int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Creates trees or vegetation by executing a recursive turtle graphics program.
- par_shapes_create_octahedron() - Static method in class org.lwjgl.util.par.ParShapes
-
Generates points for an 8-sided polyhedron that fits in the unit sphere.
- par_shapes_create_parametric_sphere(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Creates a sphere with texture coordinates and small triangles near the poles.
- par_shapes_create_plane(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Creates a plane mesh.
- par_shapes_create_rock(int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Generates a rock shape that sits on the Y=0 plane, and sinks into it a bit.
- par_shapes_create_subdivided_sphere(int) - Static method in class org.lwjgl.util.par.ParShapes
-
Approximates a sphere with a subdivided icosahedron, which produces a nice distribution of triangles, but no texture coordinates.
- par_shapes_create_tetrahedron() - Static method in class org.lwjgl.util.par.ParShapes
-
Generates points for a 4-sided polyhedron that fits in the unit sphere.
- par_shapes_create_torus(int, int, float) - Static method in class org.lwjgl.util.par.ParShapes
-
Creates a donut that sits on the Z=0 plane with the specified inner radius.
- par_shapes_create_trefoil_knot(int, int, float) - Static method in class org.lwjgl.util.par.ParShapes
-
Creates a trefoil knot mesh.
- par_shapes_export(ParShapesMesh, CharSequence) - Static method in class org.lwjgl.util.par.ParShapes
-
Dumps out a text file conforming to the venerable OBJ format.
- par_shapes_export(ParShapesMesh, ByteBuffer) - Static method in class org.lwjgl.util.par.ParShapes
-
Dumps out a text file conforming to the venerable OBJ format.
- par_shapes_free_mesh(ParShapesMesh) - Static method in class org.lwjgl.util.par.ParShapes
-
Frees the specified
ParShapesMesh
structure. - par_shapes_invert(ParShapesMesh, int, int) - Static method in class org.lwjgl.util.par.ParShapes
-
Reverses the winding of a run of faces.
- par_shapes_merge(ParShapesMesh, ParShapesMesh) - Static method in class org.lwjgl.util.par.ParShapes
-
Merges two shapes.
- par_shapes_merge_and_free(ParShapesMesh, ParShapesMesh) - Static method in class org.lwjgl.util.par.ParShapes
-
Merges two shapes and frees the source shape.
- par_shapes_remove_degenerate(ParShapesMesh, float) - Static method in class org.lwjgl.util.par.ParShapes
-
Removes all triangles whose area is less than
minarea
. - par_shapes_rotate(ParShapesMesh, float, float[]) - Static method in class org.lwjgl.util.par.ParShapes
-
Array version of:
rotate
- par_shapes_rotate(ParShapesMesh, float, FloatBuffer) - Static method in class org.lwjgl.util.par.ParShapes
-
Rotates the specified mesh.
- par_shapes_scale(ParShapesMesh, float, float, float) - Static method in class org.lwjgl.util.par.ParShapes
-
Scales the specified mesh.
- par_shapes_translate(ParShapesMesh, float, float, float) - Static method in class org.lwjgl.util.par.ParShapes
-
Translates the specified mesh.
- par_shapes_unweld(ParShapesMesh, boolean) - Static method in class org.lwjgl.util.par.ParShapes
-
Dereferences the entire index buffer and replaces the point list.
- par_shapes_weld(ParShapesMesh, float, int[]) - Static method in class org.lwjgl.util.par.ParShapes
-
Array version of:
weld
- par_shapes_weld(ParShapesMesh, float, IntBuffer) - Static method in class org.lwjgl.util.par.ParShapes
-
Merges colocated verts, builds a new index buffer, and returns the optimized mesh.
- PAR_U_MODE_DISTANCE - Static variable in class org.lwjgl.util.par.ParStreamlines
-
Configures how the library assigns UV coordinates.
- PAR_U_MODE_NORMALIZED_DISTANCE - Static variable in class org.lwjgl.util.par.ParStreamlines
-
Configures how the library assigns UV coordinates.
- PAR_U_MODE_SEGMENT_FRACTION - Static variable in class org.lwjgl.util.par.ParStreamlines
-
Configures how the library assigns UV coordinates.
- PAR_U_MODE_SEGMENT_INDEX - Static variable in class org.lwjgl.util.par.ParStreamlines
-
Configures how the library assigns UV coordinates.
- ParShapes - Class in org.lwjgl.util.par
-
Bindings to par_shapes.h, a single-file, zero-dependency, C99 library that can generate simple shapes and perform basic operations on them.
- ParShapesMesh - Class in org.lwjgl.util.par
-
The
par_shapes.h
mesh structure. - ParShapesMesh(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParShapesMesh
-
Creates a
ParShapesMesh
instance at the current position of the specifiedByteBuffer
container. - ParShapesMesh.Buffer - Class in org.lwjgl.util.par
-
An array of
ParShapesMesh
structs. - parsl_create_context(ParSLConfig) - Static method in class org.lwjgl.util.par.ParStreamlines
- parsl_destroy_context(long) - Static method in class org.lwjgl.util.par.ParStreamlines
- PARSL_FLAG_ANNOTATIONS - Static variable in class org.lwjgl.util.par.ParStreamlines
-
Populates
mesh.annotations
- PARSL_FLAG_CURVE_GUIPARSL_FLAG_DES - Static variable in class org.lwjgl.util.par.ParStreamlines
-
Draws control points
- PARSL_FLAG_RANDOM_OFFSETS - Static variable in class org.lwjgl.util.par.ParStreamlines
-
Populates
mesh.random_offsets
- PARSL_FLAG_SPINE_LENGTHS - Static variable in class org.lwjgl.util.par.ParStreamlines
-
Populates
mesh.lengths
- PARSL_FLAG_WIREFRAME - Static variable in class org.lwjgl.util.par.ParStreamlines
-
Enables 4 indices per triangle
- parsl_mesh_from_curves_cubic(long, ParSLSpineList) - Static method in class org.lwjgl.util.par.ParStreamlines
-
High-level function that tessellates a series of curves into triangles, where each spine is a series of chained cubic Bézier curves.
- parsl_mesh_from_curves_quadratic(long, ParSLSpineList) - Static method in class org.lwjgl.util.par.ParStreamlines
-
High-level function that tessellates a series of curves into triangles, where each spine is a series of chained quadratic Bézier curves.
- parsl_mesh_from_lines(long, ParSLSpineList) - Static method in class org.lwjgl.util.par.ParStreamlines
-
Low-level function that generates two triangles for each line segment.
- parsl_mesh_from_streamlines(long, ParSLAdvectionCallbackI, int, int, long) - Static method in class org.lwjgl.util.par.ParStreamlines
-
High-level function that can be used to visualize a vector field.
- ParSLAdvectionCallback - Class in org.lwjgl.util.par
-
Instances of this class may be passed to the
mesh_from_streamlines
method. - ParSLAdvectionCallbackI - Interface in org.lwjgl.util.par
-
Instances of this interface may be passed to the
mesh_from_streamlines
method. - ParSLAnnotation - Class in org.lwjgl.util.par
-
Layout for generated vertex attributes.
- ParSLAnnotation(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLAnnotation
-
Creates a
ParSLAnnotation
instance at the current position of the specifiedByteBuffer
container. - ParSLAnnotation.Buffer - Class in org.lwjgl.util.par
-
An array of
ParSLAnnotation
structs. - ParSLConfig - Class in org.lwjgl.util.par
-
Immutable configuration for a streamlines context.
- ParSLConfig(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLConfig
-
Creates a
ParSLConfig
instance at the current position of the specifiedByteBuffer
container. - ParSLConfig.Buffer - Class in org.lwjgl.util.par
-
An array of
ParSLConfig
structs. - ParSLMesh - Class in org.lwjgl.util.par
-
Triangle mesh generated by the library.
- ParSLMesh(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLMesh
-
Creates a
ParSLMesh
instance at the current position of the specifiedByteBuffer
container. - ParSLMesh.Buffer - Class in org.lwjgl.util.par
-
An array of
ParSLMesh
structs. - ParSLPosition - Class in org.lwjgl.util.par
-
The simple two-tuple math type used for mesh and spine vertices.
- ParSLPosition(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLPosition
-
Creates a
ParSLPosition
instance at the current position of the specifiedByteBuffer
container. - ParSLPosition.Buffer - Class in org.lwjgl.util.par
-
An array of
ParSLPosition
structs. - ParSLSpineList - Class in org.lwjgl.util.par
-
Client-owned list of line strips that will be tessellated.
- ParSLSpineList(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLSpineList
-
Creates a
ParSLSpineList
instance at the current position of the specifiedByteBuffer
container. - ParSLSpineList.Buffer - Class in org.lwjgl.util.par
-
An array of
ParSLSpineList
structs. - ParSLViewport - Class in org.lwjgl.util.par
-
Viewport for streamline seed placement.
- ParSLViewport(ByteBuffer) - Constructor for class org.lwjgl.util.par.ParSLViewport
-
Creates a
ParSLViewport
instance at the current position of the specifiedByteBuffer
container. - ParSLViewport.Buffer - Class in org.lwjgl.util.par
-
An array of
ParSLViewport
structs. - ParStreamlines - Class in org.lwjgl.util.par
-
Bindings to par_streamlines.h, a single-file, zero-dependency, C99 library that can triangulate wide lines and curves.
- points(int) - Method in class org.lwjgl.util.par.ParShapesMesh.Buffer
-
Returns a
FloatBuffer
view of the data pointed to by thepoints
field. - points(int) - Method in class org.lwjgl.util.par.ParShapesMesh
-
Returns a
FloatBuffer
view of the data pointed to by thepoints
field. - POINTS - Static variable in class org.lwjgl.util.par.ParShapesMesh
-
The struct member offsets.
- positions() - Method in class org.lwjgl.util.par.ParSLMesh.Buffer
-
Returns a
ParSLPosition.Buffer
view of the struct array pointed to by thepositions
field. - positions() - Method in class org.lwjgl.util.par.ParSLMesh
-
Returns a
ParSLPosition.Buffer
view of the struct array pointed to by thepositions
field. - POSITIONS - Static variable in class org.lwjgl.util.par.ParSLMesh
-
The struct member offsets.
R
- random_offsets() - Method in class org.lwjgl.util.par.ParSLMesh.Buffer
-
Returns a
FloatBuffer
view of the data pointed to by therandom_offsets
field. - random_offsets() - Method in class org.lwjgl.util.par.ParSLMesh
-
Returns a
FloatBuffer
view of the data pointed to by therandom_offsets
field. - RANDOM_OFFSETS - Static variable in class org.lwjgl.util.par.ParSLMesh
-
The struct member offsets.
- right() - Method in class org.lwjgl.util.par.ParSLViewport.Buffer
-
Returns the value of the
right
field. - right() - Method in class org.lwjgl.util.par.ParSLViewport
-
Returns the value of the
right
field. - right(float) - Method in class org.lwjgl.util.par.ParSLViewport.Buffer
-
Sets the specified value to the
right
field. - right(float) - Method in class org.lwjgl.util.par.ParSLViewport
-
Sets the specified value to the
right
field. - RIGHT - Static variable in class org.lwjgl.util.par.ParSLViewport
-
The struct member offsets.
S
- set(float, float) - Method in class org.lwjgl.util.par.ParSLPosition
-
Initializes this struct with the specified values.
- set(float, float, float, float) - Method in class org.lwjgl.util.par.ParSLViewport
-
Initializes this struct with the specified values.
- set(float, int, int, float, float, ParSLViewport, float) - Method in class org.lwjgl.util.par.ParSLConfig
-
Initializes this struct with the specified values.
- set(ParSLConfig) - Method in class org.lwjgl.util.par.ParSLConfig
-
Copies the specified struct data to this struct.
- set(ParSLPosition) - Method in class org.lwjgl.util.par.ParSLPosition
-
Copies the specified struct data to this struct.
- set(ParSLPosition.Buffer, ShortBuffer, boolean) - Method in class org.lwjgl.util.par.ParSLSpineList
-
Initializes this struct with the specified values.
- set(ParSLSpineList) - Method in class org.lwjgl.util.par.ParSLSpineList
-
Copies the specified struct data to this struct.
- set(ParSLViewport) - Method in class org.lwjgl.util.par.ParSLViewport
-
Copies the specified struct data to this struct.
- SIGNATURE - Static variable in interface org.lwjgl.util.par.ParSLAdvectionCallbackI
- sizeof() - Method in class org.lwjgl.util.par.ParShapesMesh
- sizeof() - Method in class org.lwjgl.util.par.ParSLAnnotation
- sizeof() - Method in class org.lwjgl.util.par.ParSLConfig
- sizeof() - Method in class org.lwjgl.util.par.ParSLMesh
- sizeof() - Method in class org.lwjgl.util.par.ParSLPosition
- sizeof() - Method in class org.lwjgl.util.par.ParSLSpineList
- sizeof() - Method in class org.lwjgl.util.par.ParSLViewport
- SIZEOF - Static variable in class org.lwjgl.util.par.ParShapesMesh
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.par.ParSLAnnotation
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.par.ParSLConfig
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.par.ParSLMesh
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.par.ParSLPosition
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.par.ParSLSpineList
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.par.ParSLViewport
-
The struct size in bytes.
- spine_lengths() - Method in class org.lwjgl.util.par.ParSLMesh.Buffer
-
Returns a
FloatBuffer
view of the data pointed to by thespine_lengths
field. - spine_lengths() - Method in class org.lwjgl.util.par.ParSLMesh
-
Returns a
FloatBuffer
view of the data pointed to by thespine_lengths
field. - spine_lengths() - Method in class org.lwjgl.util.par.ParSLSpineList.Buffer
-
Returns a
ShortBuffer
view of the data pointed to by thespine_lengths
field. - spine_lengths() - Method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a
ShortBuffer
view of the data pointed to by thespine_lengths
field. - spine_lengths(ShortBuffer) - Method in class org.lwjgl.util.par.ParSLSpineList.Buffer
-
Sets the address of the specified
ShortBuffer
to thespine_lengths
field. - spine_lengths(ShortBuffer) - Method in class org.lwjgl.util.par.ParSLSpineList
-
Sets the address of the specified
ShortBuffer
to thespine_lengths
field. - SPINE_LENGTHS - Static variable in class org.lwjgl.util.par.ParSLMesh
-
The struct member offsets.
- SPINE_LENGTHS - Static variable in class org.lwjgl.util.par.ParSLSpineList
-
The struct member offsets.
- spine_to_edge_x() - Method in class org.lwjgl.util.par.ParSLAnnotation.Buffer
-
Returns the value of the
spine_to_edge_x
field. - spine_to_edge_x() - Method in class org.lwjgl.util.par.ParSLAnnotation
-
Returns the value of the
spine_to_edge_x
field. - SPINE_TO_EDGE_X - Static variable in class org.lwjgl.util.par.ParSLAnnotation
-
The struct member offsets.
- spine_to_edge_y() - Method in class org.lwjgl.util.par.ParSLAnnotation.Buffer
-
Returns the value of the
spine_to_edge_y
field. - spine_to_edge_y() - Method in class org.lwjgl.util.par.ParSLAnnotation
-
Returns the value of the
spine_to_edge_y
field. - SPINE_TO_EDGE_Y - Static variable in class org.lwjgl.util.par.ParSLAnnotation
-
The struct member offsets.
- streamlines_seed_spacing() - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Returns the value of the
streamlines_seed_spacing
field. - streamlines_seed_spacing() - Method in class org.lwjgl.util.par.ParSLConfig
-
Returns the value of the
streamlines_seed_spacing
field. - streamlines_seed_spacing(float) - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Sets the specified value to the
streamlines_seed_spacing
field. - streamlines_seed_spacing(float) - Method in class org.lwjgl.util.par.ParSLConfig
-
Sets the specified value to the
streamlines_seed_spacing
field. - STREAMLINES_SEED_SPACING - Static variable in class org.lwjgl.util.par.ParSLConfig
-
The struct member offsets.
- streamlines_seed_viewport() - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Returns a
ParSLViewport
view of thestreamlines_seed_viewport
field. - streamlines_seed_viewport() - Method in class org.lwjgl.util.par.ParSLConfig
-
Returns a
ParSLViewport
view of thestreamlines_seed_viewport
field. - streamlines_seed_viewport(Consumer<ParSLViewport>) - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Passes the
streamlines_seed_viewport
field to the specifiedConsumer
. - streamlines_seed_viewport(Consumer<ParSLViewport>) - Method in class org.lwjgl.util.par.ParSLConfig
-
Passes the
streamlines_seed_viewport
field to the specifiedConsumer
. - streamlines_seed_viewport(ParSLViewport) - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Copies the specified
ParSLViewport
to thestreamlines_seed_viewport
field. - streamlines_seed_viewport(ParSLViewport) - Method in class org.lwjgl.util.par.ParSLConfig
-
Copies the specified
ParSLViewport
to thestreamlines_seed_viewport
field. - STREAMLINES_SEED_VIEWPORT - Static variable in class org.lwjgl.util.par.ParSLConfig
-
The struct member offsets.
T
- tcoords(int) - Method in class org.lwjgl.util.par.ParShapesMesh.Buffer
-
Returns a
FloatBuffer
view of the data pointed to by thetcoords
field. - tcoords(int) - Method in class org.lwjgl.util.par.ParShapesMesh
-
Returns a
FloatBuffer
view of the data pointed to by thetcoords
field. - TCOORDS - Static variable in class org.lwjgl.util.par.ParShapesMesh
-
The struct member offsets.
- thickness() - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Returns the value of the
thickness
field. - thickness() - Method in class org.lwjgl.util.par.ParSLConfig
-
Returns the value of the
thickness
field. - thickness(float) - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Sets the specified value to the
thickness
field. - thickness(float) - Method in class org.lwjgl.util.par.ParSLConfig
-
Sets the specified value to the
thickness
field. - THICKNESS - Static variable in class org.lwjgl.util.par.ParSLConfig
-
The struct member offsets.
- top() - Method in class org.lwjgl.util.par.ParSLViewport.Buffer
-
Returns the value of the
top
field. - top() - Method in class org.lwjgl.util.par.ParSLViewport
-
Returns the value of the
top
field. - top(float) - Method in class org.lwjgl.util.par.ParSLViewport.Buffer
-
Sets the specified value to the
top
field. - top(float) - Method in class org.lwjgl.util.par.ParSLViewport
-
Sets the specified value to the
top
field. - TOP - Static variable in class org.lwjgl.util.par.ParSLViewport
-
The struct member offsets.
- triangle_indices(int) - Method in class org.lwjgl.util.par.ParSLMesh.Buffer
-
Returns a
IntBuffer
view of the data pointed to by thetriangle_indices
field. - triangle_indices(int) - Method in class org.lwjgl.util.par.ParSLMesh
-
Returns a
IntBuffer
view of the data pointed to by thetriangle_indices
field. - TRIANGLE_INDICES - Static variable in class org.lwjgl.util.par.ParSLMesh
-
The struct member offsets.
- triangles(int) - Method in class org.lwjgl.util.par.ParShapesMesh.Buffer
-
Returns a
IntBuffer
view of the data pointed to by thetriangles
field. - triangles(int) - Method in class org.lwjgl.util.par.ParShapesMesh
-
Returns a
IntBuffer
view of the data pointed to by thetriangles
field. - TRIANGLES - Static variable in class org.lwjgl.util.par.ParShapesMesh
-
The struct member offsets.
U
- u_along_curve() - Method in class org.lwjgl.util.par.ParSLAnnotation.Buffer
-
Returns the value of the
u_along_curve
field. - u_along_curve() - Method in class org.lwjgl.util.par.ParSLAnnotation
-
Returns the value of the
u_along_curve
field. - U_ALONG_CURVE - Static variable in class org.lwjgl.util.par.ParSLAnnotation
-
The struct member offsets.
- u_mode() - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Returns the value of the
u_mode
field. - u_mode() - Method in class org.lwjgl.util.par.ParSLConfig
-
Returns the value of the
u_mode
field. - u_mode(int) - Method in class org.lwjgl.util.par.ParSLConfig.Buffer
-
Sets the specified value to the
u_mode
field. - u_mode(int) - Method in class org.lwjgl.util.par.ParSLConfig
-
Sets the specified value to the
u_mode
field. - U_MODE - Static variable in class org.lwjgl.util.par.ParSLConfig
-
The struct member offsets.
V
- v_across_curve() - Method in class org.lwjgl.util.par.ParSLAnnotation.Buffer
-
Returns the value of the
v_across_curve
field. - v_across_curve() - Method in class org.lwjgl.util.par.ParSLAnnotation
-
Returns the value of the
v_across_curve
field. - V_ACROSS_CURVE - Static variable in class org.lwjgl.util.par.ParSLAnnotation
-
The struct member offsets.
- validate(long) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Validates pointer members that should not be
NULL
. - validate(long, int) - Static method in class org.lwjgl.util.par.ParSLSpineList
-
Calls
ParSLSpineList.validate(long)
for each struct contained in the specified struct array. - vertices() - Method in class org.lwjgl.util.par.ParSLSpineList.Buffer
-
Returns a
ParSLPosition.Buffer
view of the struct array pointed to by thevertices
field. - vertices() - Method in class org.lwjgl.util.par.ParSLSpineList
-
Returns a
ParSLPosition.Buffer
view of the struct array pointed to by thevertices
field. - vertices(ParSLPosition.Buffer) - Method in class org.lwjgl.util.par.ParSLSpineList.Buffer
-
Sets the address of the specified
ParSLPosition.Buffer
to thevertices
field. - vertices(ParSLPosition.Buffer) - Method in class org.lwjgl.util.par.ParSLSpineList
-
Sets the address of the specified
ParSLPosition.Buffer
to thevertices
field. - VERTICES - Static variable in class org.lwjgl.util.par.ParSLSpineList
-
The struct member offsets.
X
- x() - Method in class org.lwjgl.util.par.ParSLPosition.Buffer
-
Returns the value of the
x
field. - x() - Method in class org.lwjgl.util.par.ParSLPosition
-
Returns the value of the
x
field. - x(float) - Method in class org.lwjgl.util.par.ParSLPosition.Buffer
-
Sets the specified value to the
x
field. - x(float) - Method in class org.lwjgl.util.par.ParSLPosition
-
Sets the specified value to the
x
field. - X - Static variable in class org.lwjgl.util.par.ParSLPosition
-
The struct member offsets.
Y
- y() - Method in class org.lwjgl.util.par.ParSLPosition.Buffer
-
Returns the value of the
y
field. - y() - Method in class org.lwjgl.util.par.ParSLPosition
-
Returns the value of the
y
field. - y(float) - Method in class org.lwjgl.util.par.ParSLPosition.Buffer
-
Sets the specified value to the
y
field. - y(float) - Method in class org.lwjgl.util.par.ParSLPosition
-
Sets the specified value to the
y
field. - Y - Static variable in class org.lwjgl.util.par.ParSLPosition
-
The struct member offsets.