Vector3Add Method
Add a vector to this one.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public void Add(
Vector3 other
)
Public Sub Add (
other As Vector3
)
public:
void Add(
Vector3 other
)
member Add :
other : Vector3 -> unit
Parameters
- other Vector3
- Other vector to add.