BBMOD_Collider.GetClosestPoint

A function defined in BBMOD_Collider.gml

GetClosestPoint(_point)

Description

Retrieves a point on the surface of the collider that is closest to the point specified.

Arguments

Name Type Description
_point Struct.BBMOD_Vec3 The point to get the closest point to.

Returns

Struct.BBMOD_Vec3 A point on the surface of the collider that is closest to the point specified.

Throws

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.