| Constructor and Description |
|---|
Intersection(Triangle triangle,
Vector3D point)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Intersection[] |
append(Intersection[] array1,
Intersection[] array2)
Appends two arrays together.
|
Vector3D |
getPoint()
Returns the intersection point in input frame.
|
Triangle |
getTriangle()
Return the intersecting triangle.
|
public static Intersection[] append(Intersection[] array1, Intersection[] array2)
array1 - first arrayarray2 - second arraypublic Triangle getTriangle()
public Vector3D getPoint()
Copyright © 2024 CNES. All rights reserved.