VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override Vector3 AVR.Phys.AVR_GrabbableVolumeFinder.closestPoint ( Vector3  pos)
inlinevirtual

Reimplemented from AVR.Phys.AVR_GrabbableFinder.

Definition at line 24 of file AVR_GrabbableVolumeFinder.cs.

25  {
26  return col.ClosestPoint(pos);
27  }