SCNVector4MBS class
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
SCNVector4MBS class
A representation of a four-component vector.
SceneKit uses four-component vectors to represent multiple kinds of data:
-
Axis-angle rotation or torque. The x, y, and z fields contain the normalized x-, y-, and z-components of the rotation axis, and the w field contains the rotation angle, in radians, or torque magnitude, in newton-meters.
-
Color value (or range). The x, y, z, and w fields contain the red, green, blue, and alpha components of the color, or the width of the color variation range in each component.
- 4 properties
- property w as Double
- 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, w as double = 0.0)
- method copy as SCNVector4MBS
- method equals(other as SCNVector4MBS) as boolean
- 2 shared methods
- shared method Null as SCNVector4MBS
- shared method Vector(x as double, y as double, z as double, w as double) as SCNVector4MBS
This class has no sub classes.
Some methods using this class:
Some properties using for this class:
Some examples using this class:
Blog Entries
Release notes
The items on this page are in the following plugins: MBS Mac64bit Plugin.
SCNVector3MBS
-
SCNViewMBS