<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ShaderGraph-Docs",
  "identifier" : "/documentation/ShaderGraph/Math/Cross-Product",
  "metadataVersion" : "0.1.0",
  "role" : "ShaderGraph Node",
  "symbol" : {
    "kind" : "ShaderGraph Node",
    "modules" : [
      "ShaderGraph"
    ],
    "preciseIdentifier" : "Shader_ND_crossproduct_vector3"
  },
  "title" : "Cross Product"
}
-->

# Cross Product

Calculates the cross product vector of 2 input vectors.

## Parameter Types

**Cross Product:**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector3f|
                |`In 2`|Vector3f|

|Output|Type    |
                |------|--------|
                |`Out` |Vector3f|

**Cross Product (half):**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector3h|
                |`In 2`|Vector3h|

|Output|Type    |
                |------|--------|
                |`Out` |Vector3h|

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)