SCNVector3.Max(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 larger magnitude.
public static SceneKit.SCNVector3 Max (SceneKit.SCNVector3 left, SceneKit.SCNVector3 right);
static member Max : SceneKit.SCNVector3 * SceneKit.SCNVector3 -> SceneKit.SCNVector3
Parameters
- left
- SCNVector3
- right
- SCNVector3