Class Intersector1
- java.lang.Object
-
- WildMagic.LibFoundation.Intersection.Intersector1
-
public class Intersector1 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) floatmFirstTime(package private) float[]mIntersections(package private) floatmLastTime(package private) intmNumIntersections(package private) float[]mU(package private) float[]mV
-
Constructor Summary
Constructors Constructor Description Intersector1(float[] u, float[] v)Intersector1(float u0, float u1, float v0, float v1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()booleanFind()booleanFind(float tmax, float speedU, float speedV)floatGetFirstTime()floatGetIntersection(int i)floatGetLastTime()intGetNumIntersections()floatGetU(int i)floatGetV(int i)booleanTest()booleanTest(float tmax, float speedU, float speedV)
-
-
-
Method Detail
-
dispose
public void dispose()
-
GetU
public float GetU(int i)
-
GetV
public float GetV(int i)
-
Test
public boolean Test()
-
Find
public boolean Find()
-
Test
public boolean Test(float tmax, float speedU, float speedV)
-
Find
public boolean Find(float tmax, float speedU, float speedV)
-
GetFirstTime
public float GetFirstTime()
-
GetLastTime
public float GetLastTime()
-
GetNumIntersections
public int GetNumIntersections()
-
GetIntersection
public float GetIntersection(int i)
-
-