Description
Returns true if a point is inside a given box
Information
| Plugin | RigVM |
| Category | Math|Box |
| Tags | Bbox,Contains,Encompasses,BoundingBox |
| Type | FRigVMFunction_MathBoxIsInside |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Box | The box to test | Box | (Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=False) |
| Position | The position to check for | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | Returns true if the given point is inside the given box | bool |