Table of Contents

Method b3MulSV

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

b3MulSV(float, Vector3)

Scales a vector.

public static Vector3 b3MulSV(float s, Vector3 a)

Parameters

s float

The scale.

a Vector3

The vector.

Returns

Vector3

The scaled vector.