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 DistanceInput
Inherited Members
Fields
ProxyA
The proxy
public DistanceProxy ProxyA
Field Value
ProxyB
The proxy
public DistanceProxy ProxyB
Field Value
TransformA
The transform
public Transform TransformA
Field Value
TransformB
The transform
public Transform TransformB
Field Value
UseRadii
The use radii
public bool UseRadii