C# Class Reign.Video.Abstraction.TriangleNormalComponent

Show file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
Normals Reign.Core.Vector3[]

Public Methods

Method Description
TriangleNormalComponent ( Vector3 normal1, Vector3 normal2, Vector3 normal3 ) : System.Collections.Generic

Method Details

TriangleNormalComponent() public method

public TriangleNormalComponent ( Vector3 normal1, Vector3 normal2, Vector3 normal3 ) : System.Collections.Generic
normal1 Reign.Core.Vector3
normal2 Reign.Core.Vector3
normal3 Reign.Core.Vector3
return System.Collections.Generic

Property Details

Normals public property

public Vector3[],Reign.Core Normals
return Reign.Core.Vector3[]