Description
Returns the distance from A to B
Information
| Plugin | RigVM |
| Category | Math|Vector |
| Type | FRigVMFunction_MathVectorDistance |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | The first vector to measure the distance between | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
| B | The second vector to measure the distance between | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The distance between the two vectors A and B | float |