Class MPSCNNNeuronLogarithmNode

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

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

      • 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 Detail

      • init

        protected long init​(MPSNNImageNode sourceNode,
                            float a,
                            float b,
                            float c)