Table of Contents

Method b3Add

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Add(Vector3, Vector3)

Adds two vectors.

public static Vector3 b3Add(Vector3 a, Vector3 b)

Parameters

a Vector3

The first vector.

b Vector3

The second vector.

Returns

Vector3

The sum.