Initializes four positions of a vector with the provided values.
Original signature is '- (id)initWithX:(CGFloat)x Y:(CGFloat)y Z:(CGFloat)z W:(CGFloat)w'
Available in 4 and later.

Declaration Syntax

Parameters
- x (CGFloat)
- The initialization value for the first position.
- y (CGFloat)
- The initialization value for the second position.
- z (CGFloat)
- The initialization value for the third position.
- w (CGFloat)
- The initialization value for the fourth position.

Return Value

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)