Platforms to show: All Mac Windows Linux Cross-Platform

SCNVector3MBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class SceneKit MBS Mac64bit Plugin 19.1 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A representation of a three-component vector.

SceneKit uses three-component vectors for a variety of purposes, such as describing node or vertex positions, surface normals, and scale or translation transforms. The different vector components should be interpreted based on the context in which the vector is being used.

  • 3 properties
    • property x as Double
    • property y as Double
    • property z as Double
  • 3 methods
    • method Constructor(x as double = 0.0, y as double = 0.0, z as double = 0.0)
    • method copy as SCNVector3MBS
    • method equals(other as SCNVector3MBS) as boolean
  • 2 shared methods
    • shared method Null as SCNVector3MBS
    • shared method Vector(x as double, y as double, z as double) as SCNVector3MBS

This class has no sub classes.

Some methods using this class:

Some properties using for this class:

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Release notes


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


SCNTubeMBS   -   SCNVector4MBS


The biggest plugin in space...