Adds two planes.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void Add(
ref PlaneF p0,
ref PlaneF p1,
out PlaneF result
)
Parameters
- p0 PlaneF
- The first plane to add.
- p1 PlaneF
- The second plane to add.
- result PlaneF
- When the method completes, contains the resulting plane.
See Also