Check if a certain point lies within Cluster's boundaries
Namespace:
FlowMapAssembly: FlowMap (in FlowMap.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function PointIsInMe ( _ _point As Vector3 _ ) As Boolean |
C# |
---|
public bool PointIsInMe( Vector3 _point ) |
Visual C++ |
---|
public: bool PointIsInMe( Vector3 _point ) |
JavaScript |
---|
function pointIsInMe(_point); |
Parameters
- _point
- Type: Vector3