Class SCNIKConstraint

    • Constructor Detail

      • SCNIKConstraint

        public SCNIKConstraint()
      • SCNIKConstraint

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

        public SCNIKConstraint​(SCNNode chainRootNode)
        Since:
        Available in iOS 9.0 and later.
    • Method Detail

      • getChainRootNode

        public SCNNode getChainRootNode()
      • getTargetPosition

        public SCNVector3 getTargetPosition()
      • setTargetPosition

        public void setTargetPosition​(SCNVector3 v)
      • init

        protected long init​(SCNNode chainRootNode)
        Since:
        Available in iOS 9.0 and later.
      • setMaxAllowedRotationAngleForJoint

        public void setMaxAllowedRotationAngleForJoint​(double angle,
                                                       SCNNode node)
      • getMaxAllowedRotationAngleForJoint

        public double getMaxAllowedRotationAngleForJoint​(SCNNode node)