| Modifier and Type | Method and Description |
|---|---|
int |
AABBi.intersectLineSegment(LineSegmentf lineSegment,
org.joml.Vector2f result) |
int |
AABBic.intersectLineSegment(LineSegmentf lineSegment,
org.joml.Vector2f result)
Determine whether the given undirected line segment intersects this AABB, and return the values of the parameter t in the ray equation
p(t) = origin + p0 * (p1 - p0) of the near and far point of intersection.
|
static int |
Intersectiond.intersectLineSegmentAab(LineSegmentf lineSegment,
AABBd aabb,
org.joml.Vector2d result)
Determine whether the given undirected line segment intersects the given axis-aligned box,
and return the values of the parameter t in the ray equation p(t) = origin + p0 * (p1 - p0) of the near and far point of intersection.
|
static int |
Intersectionf.intersectLineSegmentAab(LineSegmentf lineSegment,
AABBf aabb,
org.joml.Vector2f result)
Determine whether the given undirected line segment intersects the given axis-aligned box,
and return the values of the parameter t in the ray equation p(t) = origin + p0 * (p1 - p0) of the near and far point of intersection.
|
static int |
Intersectionf.intersectLineSegmentAab(LineSegmentf lineSegment,
AABBi aabb,
org.joml.Vector2f result)
Determine whether the given undirected line segment intersects the given axis-aligned box,
and return the values of the parameter t in the ray equation p(t) = origin + p0 * (p1 - p0) of the near and far point of intersection.
|
int |
AABBdc.intersectsLineSegment(LineSegmentf lineSegment,
org.joml.Vector2d result)
Determine whether the given undirected line segment intersects this AABB, and return the values of the parameter t in the ray equation
p(t) = origin + p0 * (p1 - p0) of the near and far point of intersection.
|
int |
AABBd.intersectsLineSegment(LineSegmentf lineSegment,
org.joml.Vector2d result) |
int |
AABBfc.intersectsLineSegment(LineSegmentf lineSegment,
org.joml.Vector2f result)
Determine whether the given undirected line segment intersects this AABB, and return the values of the parameter t in the ray equation
p(t) = origin + p0 * (p1 - p0) of the near and far point of intersection.
|
int |
AABBf.intersectsLineSegment(LineSegmentf lineSegment,
org.joml.Vector2f result) |
| Constructor and Description |
|---|
LineSegmentf(LineSegmentf source)
Create a new
LineSegmentf as a copy of the given source. |
Copyright © 2020 JOML. All rights reserved.