'Declaration
Public Sub Define( _ ByRef vecNormal As NVector3DD, _ ByRef vecPoint As NVector3DD _ )
'Usage
Dim instance As NPlane3DD Dim vecNormal As NVector3DD Dim vecPoint As NVector3DD instance.Define(vecNormal, vecPoint)
public void Define( ref NVector3DD vecNormal, ref NVector3DD vecPoint )
Parameters
- vecNormal
- vecPoint