Platforms to show: All Mac Windows Linux Cross-Platform

NewCIVectorWithXYZWMBS(x as Double, y as Double, z as Double, w as Double) as CIVectorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a new vector based on 4 values.
Example
dim x as Double = 1
dim y as Double = 2
dim z as Double = 3
dim w as Double = 4
dim v as CIVectorMBS
v=NewCIVectorWithXYZWMBS(x,y,z,w)

Returns nil on any error.
Requires Mac OS X 10.4 to work.

The items on this page are in the following plugins: MBS MacCI Plugin.


The biggest plugin in space...