setFromVector3 method
v
- Vector3.
order
- (optional) a string representing the order that the
rotations are applied.
Implementation
Euler setFromVector3(Vector3 v, [RotationOrders? order]) {
return set(v.x, v.y, v.z, order ?? _order);
}
v
- Vector3.
order
- (optional) a string representing the order that the
rotations are applied.
Euler setFromVector3(Vector3 v, [RotationOrders? order]) {
return set(v.x, v.y, v.z, order ?? _order);
}