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 SCNVector3 with the minimum magnitude
public static SceneKit.SCNVector3 Max(SceneKit.SCNVector3 left, SceneKit.SCNVector3 right);
static member Max : SceneKit.SCNVector3 * SceneKit.SCNVector3 -> SceneKit.SCNVector3
Parameters
- left
- SCNVector3
Left operand
- right
- SCNVector3
Right operand
Returns
The minimum SCNVector3