| Interface | Description |
|---|---|
| AABBdc |
Interface to a read-only view of axis-aligned box defined via the minimum
and maximum corner coordinates as double-precision floats.
|
| AABBfc |
Interface to a read-only view of an axis-aligned box defined via the minimum
and maximum corner coordinates as single-precision floats.
|
| AABBic |
Interface to a read-only view of an axis-aligned box defined via the minimum
and maximum corner coordinates as ints.
|
| Class | Description |
|---|---|
| AABBd |
Represents an axis-aligned box defined via the minimum and maximum corner coordinates as double-precision floats.
|
| AABBf |
Represents an axis-aligned box defined via the minimum and maximum corner coordinates as single-precision floats.
|
| AABBi |
Represents an axis-aligned box defined via the minimum and maximum corner coordinates as ints.
|
| Circled |
Represents a 2D circle using double-precision floating-point numbers.
|
| Circlef |
Represents a 2D circle using single-precision floating-point numbers.
|
| Intersectiond |
Contains intersection and distance tests for some 2D and 3D geometric primitives.
|
| Intersectionf |
Contains intersection and distance tests for some 2D and 3D geometric primitives.
|
| LineSegmentd |
Represents an undirected line segment between two points.
|
| LineSegmentf |
Represents an undirected line segment between two points.
|
| Planed |
Represents a 3D plane using double-precision floating-point numbers.
|
| Planef |
Represents a 3D plane using single-precision floating-point numbers.
|
| Rayd |
Represents a ray with a given origin and direction using double-precision floating-point numbers.
|
| Rayf |
Represents a ray with a given origin and direction using single-precision floating-point numbers.
|
| Rectangled |
Represents a 2D axis-aligned rectangle.
|
| Rectanglef |
Represents a 2D axis-aligned rectangle.
|
| Rectanglei |
Represents a 2D axis-aligned rectangle.
|
| Sphered |
Represents a 3D sphere.
|
| Spheref |
Represents a 3D sphere.
|
Copyright © 2020 JOML. All rights reserved.