Struct DistanceInput
- Namespace
- Alis.Core.Physic.Collision
- Assembly
- Alis.dll
Input for Distance.ComputeDistance(). You have to option to use the shape radii in the computation.
public struct DistanceInputInherited Members
Fields
ProxyA
The proxy
public DistanceProxy ProxyAField Value
ProxyB
The proxy
public DistanceProxy ProxyBField Value
TransformA
The transform
public Transform TransformAField Value
TransformB
The transform
public Transform TransformBField Value
UseRadii
The use radii
public bool UseRadii