vectorFloat3Value
The receiver’s value as a vector of three floating point numbers.
Declaration
var vectorFloat3Value: vector_float3 { get set }Discussion
If the receiver’s original value is a floating-point number or a vector_float2, the empty items in the vector are set to 0. If the receiver’s original value is a vector_float4, the last item is truncated.