Class MPSCNNNeuronLogarithmNode

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MPSCNNNeuronLogarithmNode
extends MPSCNNNeuronNode
Since:
Available in iOS 11.3 and later.
  • Constructor Details

    • MPSCNNNeuronLogarithmNode

      protected MPSCNNNeuronLogarithmNode()
    • MPSCNNNeuronLogarithmNode

      protected MPSCNNNeuronLogarithmNode​(NSObject.Handle h, long handle)
    • MPSCNNNeuronLogarithmNode

      protected MPSCNNNeuronLogarithmNode​(NSObject.SkipInit skipInit)
    • MPSCNNNeuronLogarithmNode

      public MPSCNNNeuronLogarithmNode​(MPSNNImageNode sourceNode, float a, float b, float c)
    • MPSCNNNeuronLogarithmNode

      public MPSCNNNeuronLogarithmNode​(MPSNNImageNode sourceNode)
  • Method Details