Sandbox Logo

Line.ClosestPoint

Vector3 ClosestPoint( Vector3& pos )

Line.ClosestPoint

bool ClosestPoint( Ray& ray, Vector3& point_on_line )

Line.ClosestPoint

bool ClosestPoint( Ray& ray, Vector3& point_on_line, Vector3& point_on_ray )

User Comments