Vector3ComponentMax(Vector3, Vector3, Vector3) Method |
Calculate the component-wise maximum of two vectors
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void ComponentMax(
ref Vector3 a,
ref Vector3 b,
out Vector3 result
)
Parameters
- a Vector3
- First operand
- b Vector3
- Second operand
- result Vector3
- The component-wise maximum
See Also