Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to CIVectorMBS class.
CIVectorMBS.vectorWithCGAffineTransform(t as CGAffineTransformMBS) as CIVectorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
t: A transform.
Returns a vector initialized with the specified values.
The six values that comprise the affine transform fill the first six positions of the resulting CIVector object.
CIVectorMBS.vectorWithCGPoint(p as CGPointMBS) as CIVectorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
p: A point.
A vector initialized with the specified values.
The CGPoint's X and Y values are stored in the vector's X and Y properties.
CIVectorMBS.vectorWithCGRect(r as CGRectMBS) as CIVectorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
r: A rect.
Returns a vector initialized with the specified values.
The CGRect's X, Y, height and width values are stored in the vector's X, Y, Z and W properties.
CIVectorMBS.vectorWithString(s as string) as CIVectorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 12.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIVectorMBS.vectorWithValues(values() as Double) as CIVectorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
CIVectorMBS.vectorWithValues(values() as single) as CIVectorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
CIVectorMBS.vectorWithX(x as Double) as CIVectorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 12.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIVectorMBS.vectorWithXY(x as Double, y as Double) as CIVectorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 12.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIVectorMBS.vectorWithXYZ(x as Double, y as Double, z as Double) as CIVectorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 12.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIVectorMBS.vectorWithXYZW(x as Double, y as Double, z as Double, w as Double) as CIVectorMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 12.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The items on this page are in the following plugins: MBS MacCI Plugin.