SCNVector4.Transform 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.
Overloads
Transform(SCNVector4, SCNMatrix4, SCNVector4) |
Returns the transformation of |
Transform(SCNVector4, SCNMatrix4) |
Returns the transformation of |
Transform(SCNVector4, SCNMatrix4, SCNVector4)
Returns the transformation of vec
by mat
and stores the result in result
.
public static void Transform (ref SceneKit.SCNVector4 vec, ref SceneKit.SCNMatrix4 mat, out SceneKit.SCNVector4 result);
static member Transform : * * -> unit
Parameters
- vec
- SCNVector4
- mat
- SCNMatrix4
- result
- SCNVector4
Applies to
Transform(SCNVector4, SCNMatrix4)
Returns the transformation of vec
by mat
.
public static SceneKit.SCNVector4 Transform (SceneKit.SCNVector4 vec, SceneKit.SCNMatrix4 mat);
static member Transform : SceneKit.SCNVector4 * SceneKit.SCNMatrix4 -> SceneKit.SCNVector4
Parameters
- vec
- SCNVector4
- mat
- SCNMatrix4