SCNVector3.Min(SCNVector3, SCNVector3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the vector with the smaller magnitude.
public static SceneKit.SCNVector3 Min (SceneKit.SCNVector3 left, SceneKit.SCNVector3 right);
static member Min : SceneKit.SCNVector3 * SceneKit.SCNVector3 -> SceneKit.SCNVector3
Parameters
- left
- SCNVector3
- right
- SCNVector3