Namespace: Tzu_Engine
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Normalize( _ 
   ByVal p As Plane _ 
) As Plane
C#
public static Plane Normalize(
   Plane p
)
C++
public:
 static Plane Normalize(
   Plane p
)
J#
public static Plane Normalize(
   Plane p
)
JScript
public static  function Normalize(
   p : Plane
) : Plane

See Also