java.lang.Object
de.grogra.ray.intersection.IntersectionDescription
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntersectionDescription(Ray ray, float t) IntersectionDescription(Ray ray, float t, Point3f point) IntersectionDescription(Ray ray, int count) -
Method Summary
Modifier and TypeMethodDescriptionintgetPoint()floatgetT()voidsetIntersectionCount(int value) voidsetLocalPoint(Point3f point) voidvoidvoidsetRTObject(RTObject object)
-
Field Details
-
intersectionIndex
public int intersectionIndex
-
-
Constructor Details
-
IntersectionDescription
public IntersectionDescription() -
IntersectionDescription
-
IntersectionDescription
-
IntersectionDescription
-
IntersectionDescription
-
-
Method Details
-
getIntersectionCount
public int getIntersectionCount() -
setIntersectionCount
public void setIntersectionCount(int value) -
getT
public float getT() -
getPoint
-
getLocalPoint
-
getNormal
-
getTangenteU
-
getTangenteV
-
getUVCoordinate
-
getRTObject
-
setPoint
-
setLocalPoint
-
setNormal
-
setRTObject
-