public final class MPSIntersectionDistance
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSIntersectionDistance() |
|
MPSIntersectionDistance(float distance) |
protected |
MPSIntersectionDistance(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
float |
distance()
Distance from the ray origin to the intersection point along the ray direction
vector such that intersection = ray.origin + ray.direction * distance.
|
void |
setDistance(float value)
Distance from the ray origin to the intersection point along the ray direction
vector such that intersection = ray.origin + ray.direction * distance.
|
public MPSIntersectionDistance()
protected MPSIntersectionDistance(org.moe.natj.general.Pointer peer)
public MPSIntersectionDistance(float distance)
public float distance()
public void setDistance(float value)