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