Class SCNHitTestResult

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

    public class SCNHitTestResult
    extends NSObject
    • Constructor Detail

      • SCNHitTestResult

        public SCNHitTestResult()
      • SCNHitTestResult

        protected SCNHitTestResult​(NSObject.Handle h,
                                   long handle)
    • Method Detail

      • getNode

        public SCNNode getNode()
      • getGeometryIndex

        public long getGeometryIndex()
      • getFaceIndex

        public long getFaceIndex()
      • getLocalCoordinates

        public SCNVector3 getLocalCoordinates()
      • getWorldCoordinates

        public SCNVector3 getWorldCoordinates()
      • getLocalNormal

        public SCNVector3 getLocalNormal()
      • getWorldNormal

        public SCNVector3 getWorldNormal()
      • getModelTransform

        public SCNMatrix4 getModelTransform()
      • getBoneNode

        public SCNNode getBoneNode()
        Since:
        Available in iOS 10.0 and later.
      • getTextureCoordinatesWithMappingChannel

        public CGPoint getTextureCoordinatesWithMappingChannel​(long channel)