Voxel Plugin
2.0p-317
2.0p-317
  • Home
  • Table of contents
  • Getting Started
    • First Steps with Voxel Worlds
    • Installing Example Content
    • Installing Voxel Plugin
    • Migrating from Voxel Plugin Legacy
    • Working with Voxel Plugin
  • knowledgebase-1
    • Foliage & PCG
    • Materials
    • Blueprints
      • Querying voxel graphs
      • Setting graph parameters
    • Technical Information
      • Buffers and Uniforms
      • Platform Support
        • Targeting Android
        • Targeting Mac & iOS
      • Profiling & Debugging
        • Compiling From Source
        • Debugging plugin code
        • Generation Performance
        • Memory Usage & Render Performance
    • Using Graphs
      • Graph Preview
    • Working with Stamps
      • Blend Modes
  • resources
    • Glossary
    • Licensing
    • Voxel Graph API
      • Actor
        • Get Local to Query
        • Get Local to World
        • Get Query to World
      • Array
        • Add to Array
        • Append Array
        • Get
        • Length
        • Make Array
      • Biome
        • Query Biomes: null
      • Color
        • Distance to Color
      • Distance Field
        • Create Box Distance Field
        • Create Sphere Distance Field
      • Flow Control
        • Select
      • Heightmap
        • Create Cubemap Planet Distance Field
        • Get Heightmap Bounds
        • Sample Heightmap
      • Material
        • Blend Materials
      • Math
        • Boolean
          • AND Boolean
          • NAND Boolean
          • NOR Boolean
          • NOT Boolean
          • OR Boolean
          • XOR Boolean
        • Box
          • Break Box
          • Break Box 2D
          • Extend Box
          • Extend Box 2D
          • Is Box 2D Valid
          • Is Box Valid
          • Make Box
          • Make Box 2D
          • Make Box 2D From Radius
          • Make Box from Radius
          • Make Infinite Box
          • Transform Box
        • Color
          • Break Double Linear Color
          • Break Linear Color
          • Make Double Linear Color
          • Make Linear Color
        • Conversions
          • To Double (Float)
          • To Double (Integer)
          • To Double Linear Color (Double)
          • To Double Linear Color (Double Vector)
          • To Double Linear Color (Double Vector 2D)
          • To Double Linear Color (Int Point)
          • To Double Linear Color (Int Vector)
          • To Double Linear Color (Int Vector 4)
          • To Double Linear Color (Linear Color)
          • To Double Linear Color (Vector)
          • To Double Linear Color (Vector 2D)
          • To Double Vector (Double)
          • To Double Vector (Double Linear Color)
          • To Double Vector (Double Vector 2D)
          • To Double Vector (Int Point)
          • To Double Vector (Int Vector)
          • To Double Vector (Int Vector 4)
          • To Double Vector (Linear Color)
          • To Double Vector (Vector)
          • To Double Vector (Vector 2D)
          • To Double Vector 2D (Double)
          • To Double Vector 2D (Double Linear Color)
          • To Double Vector 2D (Double Vector)
          • To Double Vector 2D (Int Point)
          • To Double Vector 2D (Int Vector)
          • To Double Vector 2D (Int Vector 4)
          • To Double Vector 2D (Linear Color)
          • To Double Vector 2D (Vector)
          • To Double Vector 2D (Vector 2D)
          • To Float (Double)
          • To Float (Integer)
          • To Int Point (Int Vector)
          • To Int Point (Int Vector 4)
          • To Int Point (Integer)
          • To Int Vector (Int Point)
          • To Int Vector (Int Vector 4)
          • To Int Vector (Integer)
          • To Int Vector 4 (Int Point)
          • To Int Vector 4 (Int Vector)
          • To Int Vector 4 (Integer)
          • To Integer (Seed)
          • To Linear Color (Double Linear Color)
          • To Linear Color (Double Vector)
          • To Linear Color (Double Vector 2D)
          • To Linear Color (Float)
          • To Linear Color (Int Point)
          • To Linear Color (Int Vector)
          • To Linear Color (Int Vector 4)
          • To Linear Color (Vector)
          • To Linear Color (Vector 2D)
          • To Seed (Integer)
          • To Vector (Double Linear Color)
          • To Vector (Double Vector)
          • To Vector (Double Vector 2D)
          • To Vector (Float)
          • To Vector (Int Point)
          • To Vector (Int Vector)
          • To Vector (Int Vector 4)
          • To Vector (Linear Color)
          • To Vector (Vector 2D)
          • To Vector 2D (Double Linear Color)
          • To Vector 2D (Double Vector)
          • To Vector 2D (Double Vector 2D)
          • To Vector 2D (Float)
          • To Vector 2D (Int Point)
          • To Vector 2D (Int Vector)
          • To Vector 2D (Int Vector 4)
          • To Vector 2D (Linear Color)
          • To Vector 2D (Vector)
        • Curve
          • Make Curve from Asset
          • Sample Curve
        • Distance
          • Smooth Intersection
          • Smooth Max
          • Smooth Min
          • Smooth Subtraction
          • Smooth Union
        • Float
          • Bilinear Interpolation
          • Frac
          • Power
        • Int Point
          • Break Int Point
          • Make Int Point
        • Int Vector 4
          • Break Int Vector 4
          • Make Int Vector 4
        • Int Vector
          • Break Int Vector
          • Make Int Vector
        • Integer
          • Bitwise AND
          • Bitwise NOT
          • Bitwise OR
          • Bitwise XOR
          • Left Shift
          • Right Shift
        • Interval
          • Break Float Range
          • Break Integer Range
          • Make Float Range
          • Make Integer Range
        • Misc
          • Clamp
          • Height Splitter
          • Interpolate
          • Lerp
          • Mapped Range Value Clamped
          • Mapped Range Value Unclamped
          • Smooth Step
        • Operators
          • % (Integer)
          • Abs
          • Add
          • Ceil
          • Divide
          • Equal
          • Floor
          • Greater
          • Greater Equal
          • Less
          • Less Equal
          • Max
          • Min
          • Multiply
          • Nearly Equal
          • Not Equal
          • One Minus
          • Round
          • Sign
          • Subtract
        • Rotation
          • Break Quaternion
          • Combine Rotation
          • Get Forward Vector
          • Get Right Vector
          • Get Up Vector
          • Make Quaternion
          • Make Rotation from Z
          • Rotate Vector
          • Unrotate Vector
        • Seed
          • Make Seeds
          • Mix Seeds
        • Transform
          • Break Transform
          • Combine Transform
          • Inverse Transform Location
          • Make Transform
          • Transform Location
        • Trig
          • Acos (Degrees)
          • Acos (Radians)
          • Asin (Degrees)
          • Asin (Radians)
          • Atan2 (Degrees)
          • Atan2 (Radians)
          • Atan (Degrees)
          • Atan (Radians)
          • Cos (Degrees)
          • Cos (Radians)
          • Degrees to Radians
          • Get PI
          • Radians to Degrees
          • Sin (Degrees)
          • Sin (Radians)
          • Tan (Degrees)
          • Tan (Radians)
        • Vector Operators
          • Cross Product
          • Distance
          • Distance 2D
          • Dot Product
          • Length
          • Length XY
          • Normalize
        • Vector
          • Break Double Vector
          • Break Vector
          • Make Double Vector
          • Make Vector
        • Vector2D
          • Break Double Vector 2D
          • Break Vector 2D
          • Make Double Vector 2D
          • Make Vector 2D
      • Misc
        • Filter Buffer
        • Get Collision Enabled
        • Get Height Blend Mode
        • Get Height Smoothness
        • Get LOD
        • Get Position 2D
        • Get Position 3D
        • Get Volume Blend Mode
        • Get Volume Smoothness
        • Is Editor World
        • Is Game World
        • Is Height Override Blend Mode
        • Is Hidden in Editor
        • Is Preview Scene
        • Is Valid
        • Is Volume Override Blend Mode
        • Make Value
        • Query with Position
        • Raise Error
      • Name
        • Append Names
      • Network
        • Is Client
        • Is Dedicated Server
        • Is Listen Server
        • Is Server
        • Is Standalone
      • Noise
        • Advanced Noise 2D
        • Advanced Noise 3D
        • Cellular Noise 2D
        • Cellular Noise 3D
        • Domain Warp 2D
        • Domain Warp 3D
        • Perlin Noise 2D
        • Perlin Noise 3D
        • Simplex Noise 2D
        • Simplex Noise 3D
        • True Distance Cellular Noise 2D
        • True Distance Cellular Noise 3D
        • Value Noise 2D
        • Value Noise 3D
      • PCG
        • Get Input Points
      • Point
        • Apply Rotation
        • Apply Scale
        • Apply Translation
        • Density Filter
        • Filter Points
        • Generate 2D Points
        • Get Parent Point Attribute
        • Get Parent Point Custom Data
        • Get Parent Point Mesh
        • Get Parent Point Normal
        • Get Parent Point Position
        • Get Parent Point Rotation
        • Get Parent Point Scale
        • Get Point Attribute
        • Get Point Bounds Max
        • Get Point Bounds Min
        • Get Point Color
        • Get Point Custom Data
        • Get Point Density
        • Get Point Mesh
        • Get Point Normal
        • Get Point Position
        • Get Point Rotation
        • Get Point Scale
        • Get Point Seed
        • Get Point Steepness
        • Get Points
        • Make Points
        • Make Radial Point Spawner
        • Merge Points
        • Prune by Bounds
        • Prune by Distance
        • Scatter Points
        • Set Parent Point Attribute
        • Set Point Attribute
        • Set Point Bounds Max
        • Set Point Bounds Min
        • Set Point Color
        • Set Point Custom Data
        • Set Point Density
        • Set Point Mesh
        • Set Point Normal
        • Set Point Position
        • Set Point Rotation
        • Set Point Scale
        • Set Point Steepness
      • Random
        • Break Random Vector Settings
        • Hash Position
        • Make Random Vector Settings
        • Rand Float
        • Rand Unit Vector
        • Random Rotator
        • Random Select
        • Random Vector
      • Stamp
        • Get Previous Distance
        • Get Previous Height
      • Voxelized Mesh
        • Create Voxelized Mesh Distance Field
        • Make Voxelized Mesh from Static Mesh
    • Release Notes
      • 2.0p-304 Release Notes
      • 2.0p-317 Release Notes
      • 2.0p-320 Release Notes
      • 2.0p-340 Release Notes
Powered by GitBook
On this page

Was this helpful?

  1. resources
  2. Voxel Graph API
  3. Math

Transform

Break TransformCombine TransformInverse Transform LocationMake TransformTransform Location
PreviousMix SeedsNextBreak Transform

Last updated 1 year ago

Was this helpful?