Vector3Subtract(Vector3, Vector3) Method |
Subtract one Vector from another
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector3 Subtract(
Vector3 a,
Vector3 b
)
Parameters
- a Vector3
- First operand
- b Vector3
- Second operand
Return Value
Vector3Result of subtraction
See Also