Platforms to show: All Mac Windows Linux Cross-Platform

NewCIVectorWithXYZMBS(x as Double, y as Double, z 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 three values.
Example
dim x as Double = 1
dim y as Double = 2
dim z as Double = 3
dim v as CIVectorMBS
v=NewCIVectorWithXYZMBS(x,y,z)

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...