BoxFAdd(BoxF, Vector3F) 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 BoxF Add(
ref BoxF b,
ref Vector3F v
)
Parameters
- b BoxF
- The BoxF to add.
- v Vector3F
- The Vector3F to add.
Return Value
BoxFThe resulting box.
See Also