Package WildMagic.LibFoundation.Distance
Class DistanceVector3Plane3
- java.lang.Object
-
- WildMagic.LibFoundation.Distance.Distance
-
- WildMagic.LibFoundation.Distance.DistanceVector3Plane3
-
public class DistanceVector3Plane3 extends Distance
-
-
Field Summary
Fields Modifier and Type Field Description private Plane3fm_kPlaneprivate Vector3fm_kPoint-
Fields inherited from class WildMagic.LibFoundation.Distance.Distance
m_bHasMultipleClosestPoints0, m_bHasMultipleClosestPoints1, m_fContactTime, m_fDifferenceStep, m_fInvTwoDifferenceStep, m_kClosestPoint0, m_kClosestPoint1, MaximumIterations, ZeroThreshold
-
-
Constructor Summary
Constructors Constructor Description DistanceVector3Plane3(Vector3f point, Plane3f plane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatGet()floatGet(float fT, Vector3f rkVelocity0, Vector3f rkVelocity1)Plane3fGetPlane()Vector3fGetPoint()floatGetSquared()floatGetSquared(float fT, Vector3f rkVelocity0, Vector3f rkVelocity1)-
Methods inherited from class WildMagic.LibFoundation.Distance.Distance
dispose, Get, GetClosestPoint0, GetClosestPoint1, GetContactTime, GetDerivative, GetDerivativeSquared, GetDifferenceStep, GetSquared, HasMultipleClosestPoints0, HasMultipleClosestPoints1, SetDifferenceStep
-
-
-
-
Method Detail
-
GetPoint
public Vector3f GetPoint()
-
GetPlane
public Plane3f GetPlane()
-
GetSquared
public float GetSquared()
- Specified by:
GetSquaredin classDistance
-
GetSquared
public float GetSquared(float fT, Vector3f rkVelocity0, Vector3f rkVelocity1)- Specified by:
GetSquaredin classDistance
-
-