Table of Contents

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

DistanceProxy

ProxyB

The proxy

public DistanceProxy ProxyB

Field Value

DistanceProxy

TransformA

The transform

public Transform TransformA

Field Value

Transform

TransformB

The transform

public Transform TransformB

Field Value

Transform

UseRadii

The use radii

public bool UseRadii

Field Value

bool