init(vectorFloat3:)
Creates and initializes a new attribute value object that holds a vector of three floating point numbers.
Declaration
convenience init(vectorFloat3 value: vector_float3)Parameters
- value:
The vector of three point values for the new attribute value.
Return Value
A new attribute value object.