BoxAdd(Box, Vector3, Box) Method |
Addition of a given box and a vector.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void Add(
ref Box b,
ref Vector3 v,
out Box result
)
Parameters
- b Box
- The Box to add.
- v Vector3
- The Vector3 to add.
- result Box
- When the method completes, contains the resulting box.
See Also