SCNVector3.TransformNormal 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
TransformNormal(SCNVector3, SCNMatrix4) |
Applies the tranformation that is represented by |
TransformNormal(SCNVector3, SCNMatrix4, SCNVector3) |
Applies the tranformation that is represented by |
TransformNormal(SCNVector3, SCNMatrix4)
Applies the tranformation that is represented by mat
to norm
.
public static SceneKit.SCNVector3 TransformNormal (SceneKit.SCNVector3 norm, SceneKit.SCNMatrix4 mat);
static member TransformNormal : SceneKit.SCNVector3 * SceneKit.SCNMatrix4 -> SceneKit.SCNVector3
Parameters
- norm
- SCNVector3
- mat
- SCNMatrix4
Returns
Applies to
TransformNormal(SCNVector3, SCNMatrix4, SCNVector3)
Applies the tranformation that is represented by mat
to norm
, and stores the result in result
.
public static void TransformNormal (ref SceneKit.SCNVector3 norm, ref SceneKit.SCNMatrix4 mat, out SceneKit.SCNVector3 result);
static member TransformNormal : * * -> unit
Parameters
- norm
- SCNVector3
- mat
- SCNMatrix4
- result
- SCNVector3