vec3fMultiply Operator (vec3f, Single) |
Namespace:
AltusUnified
Assembly:
Altus.Interop (in Altus.Interop.dll) Version: 1.0.6344.20500
Syntax
public static vec3f operator *(
vec3f me,
float scalar
)
public:
static vec3f^ operator *(
vec3f^ me,
float scalar
)
Parameters
- me
- Type: AltusUnifiedvec3f
- scalar
- Type: SystemSingle
Return Value
Type:
vec3fSee Also